diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-02 13:03:39 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-02 13:03:39 +0000 |
| commit | 1de434379397f34a7cfbe1e53ba7913b2eddff23 (patch) | |
| tree | 6c038d9f4be71ac6ea4dfba23d4258dd11c0f93e /java/default.testprofile | |
| parent | 4869367d80883afc0c58b1b741636c200e8d8fa0 (diff) | |
| download | qpid-python-1de434379397f34a7cfbe1e53ba7913b2eddff23.tar.gz | |
QPID-884 Updated ant for using a profile. I have created a default profile that runs the tests against an 0.8 in VM broker and cpp-async and cpp-sync that respectively runs the test against an 0.10 cpp broker with async store and with sync store.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@643894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/default.testprofile')
| -rw-r--r-- | java/default.testprofile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/default.testprofile b/java/default.testprofile new file mode 100644 index 0000000000..078132dd35 --- /dev/null +++ b/java/default.testprofile @@ -0,0 +1,15 @@ +broker.version=0-8 +broker=vm +broker.clean=${project.root}/clean-dir +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/08ExcludeList +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +test1=*Tests + |
