diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-04-01 14:04:06 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-04-01 14:04:06 +0000 |
| commit | bcc1bc9b123e16f2ea467c2f9d7fcf5a2023248a (patch) | |
| tree | d27dc45c8c47206aedde1b6cd63a5793b81bf223 | |
| parent | 06690fcc2f309fe8cdb9e3f4de591bf76c9746ea (diff) | |
| download | qpid-python-bcc1bc9b123e16f2ea467c2f9d7fcf5a2023248a.tar.gz | |
Add a java-derby.0.10 test profile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929981 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/test-profiles/java-derby.0.10.testprofile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile new file mode 100644 index 0000000000..73f5beff98 --- /dev/null +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -0,0 +1,10 @@ +broker.language=java +broker.version=0-10 +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=BRK-1004 +broker.stopped=Exception +broker.config=${project.root}/build/etc/config-systests-derby.xml +profile.excludes=JavaStandaloneExcludes CPPExcludes CPPTransientExcludes +broker.clean.between.tests=true +broker.persistent=true |
