summaryrefslogtreecommitdiff
path: root/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
commit3c9a8fdd71d8d1e29de4da3126cf35e1a88a069b (patch)
tree1e222643da2c093ebf1782361741ada780977d74 /java/testkit/testkit.py
parent003364c3f387a158cf7a7e3cdfd5e2ddc38eae57 (diff)
downloadqpid-python-3c9a8fdd71d8d1e29de4da3126cf35e1a88a069b.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/qpid@882346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/testkit/testkit.py')
-rwxr-xr-xjava/testkit/testkit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/testkit/testkit.py b/java/testkit/testkit.py
index 1cfc7a5e59..66623b9b8c 100755
--- a/java/testkit/testkit.py
+++ b/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])