469bf73956
- fix regression tests, prodded by wcmaier@ ok wcmaier@
24 lines
670 B
Plaintext
24 lines
670 B
Plaintext
$OpenBSD: patch-functional_tests_test_success_py,v 1.1 2008/07/09 17:46:51 martynas Exp $
|
|
--- functional_tests/test_success.py.orig Sat Apr 5 17:34:10 2008
|
|
+++ functional_tests/test_success.py Wed Jul 9 20:26:37 2008
|
|
@@ -25,19 +25,3 @@ Ran 1 test in ...s
|
|
|
|
OK
|
|
"""
|
|
-
|
|
-class TestZeroTestsPass(PluginTester, unittest.TestCase):
|
|
- activate = '-v'
|
|
- plugins = []
|
|
- suitepath = os.path.join(support, 'empty')
|
|
-
|
|
- def test_zero_tests_pass(self):
|
|
- print self.output
|
|
- output = remove_timings(str(self.output))
|
|
- assert output == """\
|
|
-
|
|
-----------------------------------------------------------------------
|
|
-Ran 0 tests in ...s
|
|
-
|
|
-OK
|
|
-"""
|