diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:02:07 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:02:07 +0000 |
| commit | d85f0070fc18312f0aeaf6ee23c89ad0b68dd182 (patch) | |
| tree | 28de0b25026771a89f690e614bcd610b52f3383b /qpid/java/client/build.xml | |
| parent | f3c0cdf6f1d482127323eb6b505fe1ca0ed500f1 (diff) | |
| download | qpid-python-d85f0070fc18312f0aeaf6ee23c89ad0b68dd182.tar.gz | |
QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidTestCase. Removed VMTestCase and all references to it, it was only used in JUnit4 testSuite wrappers. Rather than move QpidTestCase to a new module all client tests have that require this class have been moved to systests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@676971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/build.xml')
| -rw-r--r-- | qpid/java/client/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/client/build.xml b/qpid/java/client/build.xml index aeadfa2f0f..d26064ed15 100644 --- a/qpid/java/client/build.xml +++ b/qpid/java/client/build.xml @@ -21,7 +21,6 @@ <project name="AMQ Client" default="build"> <property name="module.depends" value="common"/> - <property name="module.test.depends" value="broker junit-toolkit"/> <import file="../module.xml"/> |
