diff options
author | Robert Gemmell <robbie@apache.org> | 2012-09-23 20:50:15 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2012-09-23 20:50:15 +0000 |
commit | 9da56b64ac7b73ea7cf88ef7d751b04371173315 (patch) | |
tree | 8f80b89e2149c1f3b64792e95bcde00fe35b2646 | |
parent | 423ba0e691e0ecf4e68f935ed31c7259867459d0 (diff) | |
download | qpid-python-9da56b64ac7b73ea7cf88ef7d751b04371173315.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@1389142 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/perftests/etc/testdefs/Topic-Persistence.js | 5 | ||||
-rw-r--r-- | qpid/java/perftests/visualisation-jfc/build.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/qpid/java/perftests/etc/testdefs/Topic-Persistence.js b/qpid/java/perftests/etc/testdefs/Topic-Persistence.js index bbec7ab8ed..4456d96ac2 100644 --- a/qpid/java/perftests/etc/testdefs/Topic-Persistence.js +++ b/qpid/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/qpid/java/perftests/visualisation-jfc/build.xml b/qpid/java/perftests/visualisation-jfc/build.xml index 02c9f5dcbd..436ad5ae2a 100644 --- a/qpid/java/perftests/visualisation-jfc/build.xml +++ b/qpid/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" /> |