summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/testkit.py
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-11-19 23:02:07 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-11-19 23:02:07 +0000
commit3de19b33102ca1c5be0cafabb5777d902763d2a5 (patch)
treef47e0c97257d62b295e5eb2498dcf0c871eaefe3 /qpid/java/testkit/testkit.py
parentdc06c61a5845afc6e186887742a45ec5965118a4 (diff)
downloadqpid-python-3de19b33102ca1c5be0cafabb5777d902763d2a5.tar.gz
Uncommented the other two tests
Modified the scripts to work out the errors. It's now in a reasonable state to start expanding the tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/testkit.py')
-rwxr-xr-xqpid/java/testkit/testkit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/testkit/testkit.py b/qpid/java/testkit/testkit.py
index 1cfc7a5e59..66623b9b8c 100755
--- a/qpid/java/testkit/testkit.py
+++ b/qpid/java/testkit/testkit.py
@@ -120,7 +120,7 @@ class JavaClientTest(BrokerTest):
class ConcurrencyTest(JavaClientTest):
"""A concurrency test suite for the JMS client"""
- def xtest_multiplexing_con(self):
+ def test_multiplexing_con(self):
"""Tests multiple sessions on a single connection"""
cluster = Cluster(self, 2)
@@ -174,7 +174,7 @@ class ConcurrencyTest(JavaClientTest):
class SoakTest(JavaClientTest):
"""A soak test suite for the JMS client"""
- def xtest_failover(self):
+ def test_failover(self):
cluster = self.cluster(4, expect=EXPECT_EXIT_FAIL)
p = cluster[0].port
self.start_error_watcher(broker=cluster[0])