diff options
author | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:42:15 +0000 |
---|---|---|
committer | Jonathan Lange <jml@canonical.com> | 2011-02-10 17:42:15 +0000 |
commit | 5358e383f7bdea693ec5f0e6182d8a45df9e8c3b (patch) | |
tree | 731c689a75f6f8b9185a0692125e920216764c77 /python/subunit/tests/test_test_protocol.py | |
parent | 5ab0d77e721455ba1b1be5d962becbe404769a31 (diff) | |
download | subunit-git-5358e383f7bdea693ec5f0e6182d8a45df9e8c3b.tar.gz |
More flakes to fix up
Diffstat (limited to 'python/subunit/tests/test_test_protocol.py')
-rw-r--r-- | python/subunit/tests/test_test_protocol.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/python/subunit/tests/test_test_protocol.py b/python/subunit/tests/test_test_protocol.py index ca56c8f..f7bab5c 100644 --- a/python/subunit/tests/test_test_protocol.py +++ b/python/subunit/tests/test_test_protocol.py @@ -678,15 +678,9 @@ class TestTestProtocolServerAddSuccess(unittest.TestCase): ], self.client._events) def test_simple_success(self): - self.simple_success_keyword("failure") - - def test_simple_success_colon(self): - self.simple_success_keyword("failure:") - - def test_simple_failure(self): self.simple_success_keyword("successful") - def test_simple_failure_colon(self): + def test_simple_success_colon(self): self.simple_success_keyword("successful:") def assertSuccess(self, details): |