diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-06-26 12:54:53 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-06-26 12:54:53 +0000 |
| commit | 139f378983f9da23af928decab67afc0eb62c324 (patch) | |
| tree | 837f69a255a39a1069b4ad02193a250801efba67 /java/java-derby.testprofile | |
| parent | 6140609b32297e359255b80034a9bebc6ac604e9 (diff) | |
| download | qpid-python-139f378983f9da23af928decab67afc0eb62c324.tar.gz | |
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/qpid@788680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/java-derby.testprofile')
| -rw-r--r-- | java/java-derby.testprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/java-derby.testprofile b/java/java-derby.testprofile new file mode 100644 index 0000000000..bb0dbf3663 --- /dev/null +++ b/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 |
