Rev 6042: switch to 2.4 to make it easier to be sure what failed in http://bazaar.launchpad.net/~jameinel/bzr/2.4-failing-no-fdatasync

John Arbash Meinel john at arbash-meinel.com
Tue Aug 30 14:37:20 UTC 2011


At http://bazaar.launchpad.net/~jameinel/bzr/2.4-failing-no-fdatasync

------------------------------------------------------------
revno: 6042
revision-id: john at arbash-meinel.com-20110830143649-x53f1v1b0ifx2jh7
parent: john at arbash-meinel.com-20110830105139-cs0kqluv1scn22d2
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-failing-no-fdatasync
timestamp: Tue 2011-08-30 16:36:49 +0200
message:
  switch to 2.4 to make it easier to be sure what failed
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2011-08-30 10:51:39 +0000
+++ b/bzrlib/tests/test_selftest.py	2011-08-30 14:36:49 +0000
@@ -3615,5 +3615,5 @@
             raise tests.TestSkipped('testtools-0.9.8 required for addDetail')
         self.assertHookCalls(1, 'run_hook_once')
 
-    def test_fails_in_23(self):
-        self.fail('This test is going to fail, used to time 2.3 test suite.')
+    def test_fails_in_24(self):
+        self.fail('This test is going to fail, used to time 2.4 test suite.')



More information about the bazaar-commits mailing list