summaryrefslogtreecommitdiff
path: root/java/perftests
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-08-06 14:26:48 +0000
committerRobert Gemmell <robbie@apache.org>2010-08-06 14:26:48 +0000
commit70b00a34a5d8c6baeb0aaef665cfa0ac7e389ba3 (patch)
tree63e45c2291448a5a0bfe30a29654521a6c9e5b98 /java/perftests
parent86259a066c043e9bc5aa0237ce2b3679ad6ea325 (diff)
downloadqpid-python-70b00a34a5d8c6baeb0aaef665cfa0ac7e389ba3.tar.gz
QPID-2787: Move QpidTestCase to Common test module so that any test can inherit from it, allowing exclusions to be applied.
Add ability to gather the class name of the message store associated with the test profile in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@982986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests')
-rw-r--r--java/perftests/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/build.xml b/java/perftests/build.xml
index 19cccb34a5..497bfc8035 100644
--- a/java/perftests/build.xml
+++ b/java/perftests/build.xml
@@ -20,7 +20,7 @@
-->
<project name="Performance Tests" default="build">
- <property name="module.depends" value="systests client broker common junit-toolkit"/>
+ <property name="module.depends" value="systests client broker common common/test junit-toolkit"/>
<import file="../module.xml"/>