/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/__init__.py

  • Committer: Martin Pool
  • Date: 2007-06-27 08:10:10 UTC
  • mto: This revision was merged to the branch mainline in revision 2584.
  • Revision ID: mbp@sourcefrog.net-20070627081010-k0j4wgcyjjfabbe9
Simple lock tracing in LockDir

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
            return
821
821
        if message is None:
822
822
            message = "texts not equal:\n"
823
 
        raise AssertionError(message + 
824
 
                             self._ndiff_strings(a, b))      
 
823
        raise AssertionError(message +
 
824
                             self._ndiff_strings(a, b))
825
825
        
826
826
    def assertEqualMode(self, mode, mode_test):
827
827
        self.assertEqual(mode, mode_test,