Rev 5987: We don't need TestCaseInTempDir as we shouldn't touch the disk anyway. in file:///home/vila/src/bzr/bugs/798698-bogus-log-files/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Jun 17 13:59:23 UTC 2011


At file:///home/vila/src/bzr/bugs/798698-bogus-log-files/

------------------------------------------------------------
revno: 5987
revision-id: v.ladeuil+lp at free.fr-20110617135923-kc4el63uldex6c5n
parent: v.ladeuil+lp at free.fr-20110617135359-nxed91ijteuny13v
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 798698-bogus-log-files
timestamp: Fri 2011-06-17 15:59:23 +0200
message:
  We don't need TestCaseInTempDir as we shouldn't touch the disk anyway.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2011-06-17 13:53:59 +0000
+++ b/bzrlib/tests/test_selftest.py	2011-06-17 13:59:23 +0000
@@ -2505,7 +2505,7 @@
     """A simple exception which just allows us to skip unnecessary steps"""
 
 
-class TestStartBzrSubProcess(tests.TestCaseInTempDir):
+class TestStartBzrSubProcess(tests.TestCase):
     """Stub test start_bzr_subprocess."""
 
     def _subprocess_log_cleanup(self):



More information about the bazaar-commits mailing list