diff options
author | Alan Conway <aconway@apache.org> | 2006-11-08 17:07:44 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-11-08 17:07:44 +0000 |
commit | 5be658a8817b8092a7b53b116f622412a5d0aef6 (patch) | |
tree | bbee363911f47bad6abe245629cacba0ebf3b9be /python/tests/basic.py | |
parent | 85fef3d1e669b240deae82cdd353620667a85e08 (diff) | |
download | qpid-python-5be658a8817b8092a7b53b116f622412a5d0aef6.tar.gz |
More reorg to separate APR/posix code, work in progress.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests/basic.py')
-rw-r--r-- | python/tests/basic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/basic.py b/python/tests/basic.py index afdf1a4003..314c20c8a0 100644 --- a/python/tests/basic.py +++ b/python/tests/basic.py @@ -260,7 +260,6 @@ class BasicTests(TestBase): for i in range(1, 6): msg = queue.get(timeout=1) self.assertEqual("Message %d" % i, msg.content.body) - try: extra = queue.get(timeout=1) self.fail("Got unexpected 6th message in original queue: " + extra.content.body) |