From 3c9a8fdd71d8d1e29de4da3126cf35e1a88a069b Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 19 Nov 2009 23:02:07 +0000 Subject: 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 --- java/testkit/testkit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/testkit/testkit.py') 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]) -- cgit v1.2.1