diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:42:30 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:42:30 +0000 |
| commit | 469aa371040b2e0685f269937a4e49527a35e00c (patch) | |
| tree | 3896ba9cbfa5c23e9ebc187e25e673a253903670 /qpid/java/perftests | |
| parent | 59710ea96cf37dc3859ada1dc5fb095b0b2bc6b4 (diff) | |
| download | qpid-python-469aa371040b2e0685f269937a4e49527a35e00c.tar.gz | |
QPID-5160: add a qpid-test-utils module instead of making every modules tests rely on the tests dir from the common module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests')
| -rw-r--r-- | qpid/java/perftests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/build.xml b/qpid/java/perftests/build.xml index a97b33ef41..449dd7e89b 100644 --- a/qpid/java/perftests/build.xml +++ b/qpid/java/perftests/build.xml @@ -33,7 +33,7 @@ </condition> <property name="module.depends" value="client common"/> - <property name="module.test.depends" value="systests broker-core broker-plugins/memory-store broker-plugins/derby-store common/tests management/common broker-plugins/amqp-0-8-protocol broker-plugins/amqp-0-10-protocol broker-plugins/amqp-1-0-protocol ${perftests.optional.test.depends}"/> + <property name="module.test.depends" value="systests broker-core broker-plugins/memory-store broker-plugins/derby-store qpid-test-utils management/common broker-plugins/amqp-0-8-protocol broker-plugins/amqp-0-10-protocol broker-plugins/amqp-1-0-protocol ${perftests.optional.test.depends}"/> <import file="../module.xml"/> |
