diff options
author | Aidan Skinner <aidan@apache.org> | 2008-07-29 16:20:06 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2008-07-29 16:20:06 +0000 |
commit | b853dea8f27f295dc535f190d9c95255bfa2f635 (patch) | |
tree | d2f2228f9a11b96f6b57566cca78a3b580a79780 /qpid/java/java.testprofile | |
parent | a20fd18aa78bc4a385a0fb3ded48ed6f2e0143e2 (diff) | |
download | qpid-python-b853dea8f27f295dc535f190d9c95255bfa2f635.tar.gz |
QPID-1203: Add 08ExcludeList for external Java broker and make the profile use that.
Make AMQConnectionFactory take an optional clientid and use that if specified.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@680752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r-- | qpid/java/java.testprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 001e885cf0..53ec4d340d 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,3 +1,5 @@ broker=build/bin/qpid-server broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Qpid Broker Ready + +test.excludesfile=${project.root}/08ExcludeList-nonvm |