Rev 6041: just add the failing test case. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-failing-no-fdatasync

John Arbash Meinel john at arbash-meinel.com
Tue Aug 30 10:52:09 UTC 2011


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

------------------------------------------------------------
revno: 6041
revision-id: john at arbash-meinel.com-20110830105139-cs0kqluv1scn22d2
parent: john at arbash-meinel.com-20110830104540-nd6yewkcq0hvt9s1
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.4-failing-no-fdatasync
timestamp: Tue 2011-08-30 12:51:39 +0200
message:
  just add the failing test case.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2011-07-26 07:30:06 +0000
+++ b/bzrlib/tests/test_selftest.py	2011-08-30 10:51:39 +0000
@@ -3614,3 +3614,6 @@
         if tt.module.__version__ < (0, 9, 8):
             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.')



More information about the bazaar-commits mailing list