/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: Robert Collins
  • Date: 2006-01-12 01:02:32 UTC
  • mto: (1534.1.6 integration)
  • mto: This revision was merged to the branch mainline in revision 1543.
  • Revision ID: robertc@robertcollins.net-20060112010232-32d7a5b35bbc94df
Review feedback fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
            raise AssertionError("value(s) %r not present in container %r" % 
292
292
                                 (missing, superlist))
293
293
 
294
 
    def assertMode(self, transport, path, mode):
 
294
    def assertTransportMode(self, transport, path, mode):
295
295
        """Fail if a path does not have mode mode.
296
296
        
297
297
        If modes are not supported on this platform, the test is skipped.