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
commit79faafad69cb033712dfc0cf84cf0a8a2431eeda (patch)
treec146ede8c72a71017adcc1e87fbf6928f0964009
parentc3792b6920ceb464e5d1c098931fe63ac64f5645 (diff)
downloadqpid-python-79faafad69cb033712dfc0cf84cf0a8a2431eeda.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@803653 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/test-profiles/java-derby.testprofile2
-rw-r--r--qpid/java/test-profiles/java.testprofile2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile
index 0fa6a73a32..e7c1dc1fd6 100644
--- a/qpid/java/test-profiles/java-derby.testprofile
+++ b/qpid/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/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile
index 52f1013cf1..05a801ee06 100644
--- a/qpid/java/test-profiles/java.testprofile
+++ b/qpid/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