From fa9b863c9085a1397348fb3d5aa563faa54cb213 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Fri, 26 Jun 2009 12:54:53 +0000 Subject: Put the default test profile back to using MemoryMessageStore for now, add java-derby and config-systests-derby.xml for testing purpouses. Allow the config file to be specified in the test profile, default to config-systests.xml. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788680 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/java-derby.testprofile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qpid/java/java-derby.testprofile (limited to 'qpid/java/java-derby.testprofile') diff --git a/qpid/java/java-derby.testprofile b/qpid/java/java-derby.testprofile new file mode 100644 index 0000000000..bb0dbf3663 --- /dev/null +++ b/qpid/java/java-derby.testprofile @@ -0,0 +1,7 @@ +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${project.root}/log4j-test.xml +broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=Qpid Broker Ready +broker.config=${project.root}/build/etc/config-systests-derby.xml + +test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList-nonvm -- cgit v1.2.1