diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-11-08 16:59:33 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-11-08 16:59:33 +0000 |
| commit | 0670a9c4c71dcde4dcf08a9bf489bc84e22cec3f (patch) | |
| tree | 61936bb33a0370805900afa50ea99261c44edadc /java | |
| parent | 44aee33cb26d852b5e5d1bbd079472cb693a2b75 (diff) | |
| download | qpid-python-0670a9c4c71dcde4dcf08a9bf489bc84e22cec3f.tar.gz | |
Moved the testkit scripts under the tools module.
I will be moving the source also into the tools module in subsequent commit.
The goal is to have all tools in a single location.
The perftest script and the testkit script are very good tools for release testing.
These scripts will also be used in downstream packages for the same purpose.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032640 13f79535-47bb-0310-9956-ffa450edef68
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 : |
