summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-13 15:55:00 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-13 15:55:00 +0000
commit134fb24da17b023fba1a55d5d60e1ac0580f145e (patch)
tree2c83a3a812751d4ac005fe04a65f202b05ba1bb0 /java/module.xml
parente00d795537664f2aabe03bb0e764dadc73f00df3 (diff)
downloadqpid-python-134fb24da17b023fba1a55d5d60e1ac0580f145e.tar.gz
QPID-1053: updated QpidTestCase to check against broker output to ensure the broker is actually listening before the test attempts to connect; the text checked for is controlled by the broker.ready system property, appropriate values have been added to the cpp profiles
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@655927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml
index 2b5a798d58..44d2a8ee6c 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -207,6 +207,7 @@
<sysproperty key="broker" value="${broker}"/>
<sysproperty key="broker.clean" value="${broker.clean}"/>
<sysproperty key="broker.version" value="${broker.version}"/>
+ <sysproperty key="broker.ready" value="${broker.ready}" />
<sysproperty key="test.excludes" value="${test.excludes}"/>
<sysproperty key="test.excludesfile" value="${test.excludesfile}"/>
<sysproperty key="max_prefetch" value ="${max_prefetch}"/>