Rev 5397: Create a failing test, so I can see what PQM replies. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-filter-tests

John Arbash Meinel john at arbash-meinel.com
Sat Sep 25 21:42:04 BST 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.3-filter-tests

------------------------------------------------------------
revno: 5397
revision-id: john at arbash-meinel.com-20100925204149-0s4mgf2em10qvcrv
parent: john at arbash-meinel.com-20100925203633-y0ipdyceuupti08w
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.3-filter-tests
timestamp: Sat 2010-09-25 15:41:49 -0500
message:
  Create a failing test, so I can see what PQM replies.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2010-09-25 20:08:01 +0000
+++ b/bzrlib/tests/test_selftest.py	2010-09-25 20:41:49 +0000
@@ -2218,6 +2218,9 @@
         self.assertNotContainsRe(content, '(?m)^log$')
         self.assertNotContainsRe(content, 'this test succeeds')
 
+    def test_that_fails(self):
+        self.fail('I dont want PQM to pass this yet.')
+
 
 class TestRunBzr(tests.TestCase):
 



More information about the bazaar-commits mailing list