From ced8b34442a004fc76a268754d4d23854c7c0af3 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 10 Nov 2008 15:41:42 +0000 Subject: fixed potential race condition in qpid.util.listen; added asserts to internal test cases to ensure that the test only proceeds when the server is bound git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@712679 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests/connection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/python/tests/connection.py') diff --git a/qpid/python/tests/connection.py b/qpid/python/tests/connection.py index 23e0c937fb..512fa62189 100644 --- a/qpid/python/tests/connection.py +++ b/qpid/python/tests/connection.py @@ -87,6 +87,7 @@ class ConnectionTest(TestCase): self.server.start() started.wait(3) + assert started.isSet() def tearDown(self): self.running = False -- cgit v1.2.1