~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Robert Collins
  • Date: 2005-09-26 08:56:15 UTC
  • mto: (1092.3.4)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: robertc@robertcollins.net-20050926085615-99b8fb35f41b541d
massive patch from Alexander Belchenko - many PEP8 fixes, removes unused function uuid

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        if contents != expect:
233
233
            self.log("expected: %r" % expect)
234
234
            self.log("actually: %r" % contents)
235
 
            self.fail("contents of %s not as expected")
 
235
            self.fail("contents of %s not as expected" % filename)
236
236
 
237
237
    def _make_test_root(self):
238
238
        if TestCaseInTempDir.TEST_ROOT is not None: