diff options
Diffstat (limited to 'java')
| -rwxr-xr-x | java/tools/bin/qpid-python-testkit (renamed from java/testkit/bin/qpid-python-testkit) | 0 | ||||
| -rw-r--r-- | java/tools/bin/set-testkit-env.sh (renamed from java/testkit/bin/setenv.sh) | 0 | ||||
| -rwxr-xr-x | java/tools/bin/testkit.py (renamed from java/testkit/testkit.py) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/java/testkit/bin/qpid-python-testkit b/java/tools/bin/qpid-python-testkit index 2c1d015281..2c1d015281 100755 --- a/java/testkit/bin/qpid-python-testkit +++ b/java/tools/bin/qpid-python-testkit diff --git a/java/testkit/bin/setenv.sh b/java/tools/bin/set-testkit-env.sh index e6a726eef1..e6a726eef1 100644 --- a/java/testkit/bin/setenv.sh +++ b/java/tools/bin/set-testkit-env.sh diff --git a/java/testkit/testkit.py b/java/tools/bin/testkit.py index a551371aba..1c2ad598b8 100755 --- a/java/testkit/testkit.py +++ b/java/tools/bin/testkit.py @@ -149,7 +149,7 @@ class JavaClientTest(BrokerTest): class ConcurrencyTest(JavaClientTest): """A concurrency test suite for the JMS client""" - skip = True + skip = False def base_case(self,**options): if self.skip : |
