summaryrefslogtreecommitdiff
path: root/java/perftests
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-09-23 20:50:15 +0000
committerRobert Gemmell <robbie@apache.org>2012-09-23 20:50:15 +0000
commitb7421a8494381c313d08532263f4304d054611cb (patch)
treec2e131ab4acd44333eb01710c607a2c63148bbb1 /java/perftests
parentcde76c7babeda960f268f54be03e09df3c922b11 (diff)
downloadqpid-python-b7421a8494381c313d08532263f4304d054611cb.tar.gz
NO-JIRA: move test-only dependency on common into module.test.depends. Clarify a comment slightly.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1389142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests')
-rw-r--r--java/perftests/etc/testdefs/Topic-Persistence.js5
-rw-r--r--java/perftests/visualisation-jfc/build.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/java/perftests/etc/testdefs/Topic-Persistence.js b/java/perftests/etc/testdefs/Topic-Persistence.js
index bbec7ab8ed..4456d96ac2 100644
--- a/java/perftests/etc/testdefs/Topic-Persistence.js
+++ b/java/perftests/etc/testdefs/Topic-Persistence.js
@@ -26,8 +26,9 @@ var jsonObject = {
{
"_name": "Topic persistence",
"_iterations": [
- // note that we use _durableSubscription (the JaveBeans property name)
- // rather than _isDurableSubscription (the field name)
+ // Note that we use _durableSubscription (more like the JavaBeans property name)
+ // rather than _isDurableSubscription (the field name, which we use elsewhere).
+ // This convention is required within the _iterations definition.
{
"_deliveryMode": 1,
"_durableSubscription": false
diff --git a/java/perftests/visualisation-jfc/build.xml b/java/perftests/visualisation-jfc/build.xml
index 02c9f5dcbd..436ad5ae2a 100644
--- a/java/perftests/visualisation-jfc/build.xml
+++ b/java/perftests/visualisation-jfc/build.xml
@@ -17,8 +17,8 @@
- under the License.
-->
<project name="visualisation-jfc" xmlns:ivy="antlib:org.apache.ivy.ant" default="build">
- <property name="module.depends" value="common perftests" />
- <property name="module.test.depends" value="test common/test" />
+ <property name="module.depends" value="perftests" />
+ <property name="module.test.depends" value="test common common/test" />
<property name="module.manifest" value="true" />