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 | 12a2d33408473cdd53810a2619830a6bfa705ffe (patch) | |
| tree | 16625b8984a90e12e3665c3fba2a0126246b240a /qpid/java/cpp.sync.testprofile | |
| parent | 0659b91d48073a2fa28335412bf026c88191ade5 (diff) | |
| download | qpid-python-12a2d33408473cdd53810a2619830a6bfa705ffe.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@643894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/cpp.sync.testprofile')
| -rw-r--r-- | qpid/java/cpp.sync.testprofile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/java/cpp.sync.testprofile b/qpid/java/cpp.sync.testprofile new file mode 100644 index 0000000000..99d6733e0d --- /dev/null +++ b/qpid/java/cpp.sync.testprofile @@ -0,0 +1,14 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --log-output ${build.data}/broker.log --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --store-async no +broker.clean=${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/010ExcludeList +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 |
