Rev 4653: Remove duplicated test_start_and_stop_working_dir test. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed

Robert Collins robertc at robertcollins.net
Wed Aug 26 07:25:11 BST 2009


At http://bazaar.launchpad.net/~lifeless/bzr/test-speed

------------------------------------------------------------
revno: 4653
revision-id: robertc at robertcollins.net-20090826062508-0w767n53xbceq88h
parent: robertc at robertcollins.net-20090826062110-w04qauzwcad5fscv
committer: Robert Collins <robertc at robertcollins.net>
branch nick: test-speed
timestamp: Wed 2009-08-26 16:25:08 +1000
message:
  Remove duplicated test_start_and_stop_working_dir test.
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2009-08-26 06:21:10 +0000
+++ b/bzrlib/tests/test_selftest.py	2009-08-26 06:25:08 +0000
@@ -2331,14 +2331,6 @@
         self.assertEqual('', result[0])
         self.assertEqual('bzr: interrupted\n', result[1])
 
-    def test_start_and_stop_working_dir(self):
-        cwd = osutils.getcwd()
-        self.make_branch_and_tree('one')
-        process = self.start_bzr_subprocess(['root'], working_dir='one')
-        result = self.finish_bzr_subprocess(process, universal_newlines=True)
-        self.assertEndsWith(result[0], 'one\n')
-        self.assertEqual('', result[1])
-
 
 class TestKnownFailure(tests.TestCase):
 




More information about the bazaar-commits mailing list