Rev 5396: 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:19:19 BST 2010


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

------------------------------------------------------------
revno: 5396
revision-id: john at arbash-meinel.com-20100925201903-dh4e877vqrle0fx8
parent: john at arbash-meinel.com-20100925201807-yd64v28pa1d2i7o1
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.3-filter-tests
timestamp: Sat 2010-09-25 15:19:03 -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:19:03 +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