Author: robbie
Date: Sun Sep 23 20:50:15 2012
New Revision: 1389142

URL: http://svn.apache.org/viewvc?rev=1389142&view=rev
Log:
NO-JIRA: move test-only dependency on common into module.test.depends. Clarify 
a comment slightly.

Modified:
    qpid/trunk/qpid/java/perftests/etc/testdefs/Topic-Persistence.js
    qpid/trunk/qpid/java/perftests/visualisation-jfc/build.xml

Modified: qpid/trunk/qpid/java/perftests/etc/testdefs/Topic-Persistence.js
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/etc/testdefs/Topic-Persistence.js?rev=1389142&r1=1389141&r2=1389142&view=diff
==============================================================================
--- qpid/trunk/qpid/java/perftests/etc/testdefs/Topic-Persistence.js (original)
+++ qpid/trunk/qpid/java/perftests/etc/testdefs/Topic-Persistence.js Sun Sep 23 
20:50:15 2012
@@ -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

Modified: qpid/trunk/qpid/java/perftests/visualisation-jfc/build.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/visualisation-jfc/build.xml?rev=1389142&r1=1389141&r2=1389142&view=diff
==============================================================================
--- qpid/trunk/qpid/java/perftests/visualisation-jfc/build.xml (original)
+++ qpid/trunk/qpid/java/perftests/visualisation-jfc/build.xml Sun Sep 23 
20:50:15 2012
@@ -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" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to