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 | 5637dc8057652693c9dcc59f1ecefe2e63163b7e (patch) | |
| tree | da09e5e65e38c21f0e1e43dff397b89a75be1c10 /qpid/java | |
| parent | bbca55dd6d48f982a81aa57e890ed67526964add (diff) | |
| download | qpid-python-5637dc8057652693c9dcc59f1ecefe2e63163b7e.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@1032640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/tools/bin/qpid-python-testkit (renamed from qpid/java/testkit/bin/qpid-python-testkit) | 0 | ||||
| -rw-r--r-- | qpid/java/tools/bin/set-testkit-env.sh (renamed from qpid/java/testkit/bin/setenv.sh) | 0 | ||||
| -rwxr-xr-x | qpid/java/tools/bin/testkit.py (renamed from qpid/java/testkit/testkit.py) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/testkit/bin/qpid-python-testkit b/qpid/java/tools/bin/qpid-python-testkit index 2c1d015281..2c1d015281 100755 --- a/qpid/java/testkit/bin/qpid-python-testkit +++ b/qpid/java/tools/bin/qpid-python-testkit diff --git a/qpid/java/testkit/bin/setenv.sh b/qpid/java/tools/bin/set-testkit-env.sh index e6a726eef1..e6a726eef1 100644 --- a/qpid/java/testkit/bin/setenv.sh +++ b/qpid/java/tools/bin/set-testkit-env.sh diff --git a/qpid/java/testkit/testkit.py b/qpid/java/tools/bin/testkit.py index a551371aba..1c2ad598b8 100755 --- a/qpid/java/testkit/testkit.py +++ b/qpid/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 : |
