~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_delta.py

  • Committer: Aaron Bentley
  • Date: 2007-01-10 15:12:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2254.
  • Revision ID: abentley@panoramicfeedback.com-20070110151219-52c5x0sp1qn04viv
PEP8 cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        self.calls.append((file_id, path, versioned, renamed, modified,
31
31
                           exe_change, kind))
32
32
 
 
33
 
33
34
class TestReportChanges(tests.TestCase):
 
35
    """Test the new change reporting infrastructure"""
34
36
 
35
37
    def assertReport(self, expected, file_id='fid', path='path',
36
38
                     versioned_change='unchanged', renamed=False,