/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: Wouter van Heyst
  • Date: 2006-06-07 12:22:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607122254-c617eeabfd5e05e7
more tests handle LANG=C

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
        test_root = TestCaseInTempDir.TEST_ROOT
330
330
        if result.wasSuccessful() or not self.keep_output:
331
331
            if test_root is not None:
332
 
                    osutils.rmtree(test_root)
 
332
                    osutils.rmtree(test_root.encode(sys.getfilesystemencoding()))
333
333
        else:
334
334
            if self.pb is not None:
335
335
                self.pb.note("Failed tests working directories are in '%s'\n",