/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_diff.py

  • Committer: John Arbash Meinel
  • Date: 2009-01-06 15:11:57 UTC
  • mto: This revision was merged to the branch mainline in revision 3923.
  • Revision ID: john@arbash-meinel.com-20090106151157-1eb23rpqw10hal27
fix some odd spacing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1083
1083
                 'how are you today?\n']
1084
1084
        unified_diff = bzrlib.patiencediff.unified_diff
1085
1085
        psm = self._PatienceSequenceMatcher
1086
 
        self.assertEquals([ '--- \n',
 
1086
        self.assertEquals(['--- \n',
1087
1087
                           '+++ \n',
1088
1088
                           '@@ -1,3 +1,2 @@\n',
1089
1089
                           ' hello there\n',
1137
1137
                 'how are you today?\n']
1138
1138
        unified_diff = bzrlib.patiencediff.unified_diff
1139
1139
        psm = self._PatienceSequenceMatcher
1140
 
        self.assertEquals([ '--- a 2008-08-08\n',
 
1140
        self.assertEquals(['--- a 2008-08-08\n',
1141
1141
                           '+++ b 2008-09-09\n',
1142
1142
                           '@@ -1,3 +1,2 @@\n',
1143
1143
                           ' hello there\n',