Rev 5662: Add a failing test, so that I don't submit stuff I don't want. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-failing-full-log
John Arbash Meinel
john at arbash-meinel.com
Tue Aug 30 10:50:17 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/2.3-failing-full-log
------------------------------------------------------------
revno: 5662
revision-id: john at arbash-meinel.com-20110830104948-m9252kav3h78kuxe
parent: pqm at pqm.ubuntu.com-20110829181038-21uvn1yzqzf38kws
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.3-failing-full-log
timestamp: Tue 2011-08-30 12:49:48 +0200
message:
Add a failing test, so that I don't submit stuff I don't want.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py 2011-06-09 12:28:32 +0000
+++ b/bzrlib/tests/test_selftest.py 2011-08-30 10:49:48 +0000
@@ -3552,3 +3552,6 @@
self.assertDocTestStringFails(doctest.DocTestSuite, test)
# tests.DocTestSuite sees None
self.assertDocTestStringSucceds(tests.IsolatedDocTestSuite, test)
+
+ 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