summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-08-12 18:24:45 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-08-12 18:24:45 +0000
commitdd40ac4c879160e598e8f08c1800347767de01af (patch)
tree8a84d976e7845a1087faa14df3a7ad1bf9c4bc7a
parent9ea7232b3b3301477da72fea8cc88942876e17c2 (diff)
downloadqpid-python-dd40ac4c879160e598e8f08c1800347767de01af.tar.gz
QPID-2002 : Update the signal for when the broker is ready to be the new BRK-1004 log message for the java profiles.
qpid.ready=BRK-1004 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803653 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/test-profiles/java-derby.testprofile2
-rw-r--r--java/test-profiles/java.testprofile2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/test-profiles/java-derby.testprofile b/java/test-profiles/java-derby.testprofile
index 0fa6a73a32..e7c1dc1fd6 100644
--- a/java/test-profiles/java-derby.testprofile
+++ b/java/test-profiles/java-derby.testprofile
@@ -1,7 +1,7 @@
broker.language=java
broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
-broker.ready=Ready
+broker.ready=BRK-1004
broker.stopped=Exception
broker.config=${project.root}/build/etc/config-systests-derby.xml
diff --git a/java/test-profiles/java.testprofile b/java/test-profiles/java.testprofile
index 52f1013cf1..05a801ee06 100644
--- a/java/test-profiles/java.testprofile
+++ b/java/test-profiles/java.testprofile
@@ -1,7 +1,7 @@
broker.language=java
broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
-broker.ready=Ready
+broker.ready=BRK-1004
broker.stopped=Exception
profile.excludes=08TransientExcludes 08StandaloneExcludes