diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-05-17 08:29:31 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-05-17 08:29:31 +0000 |
| commit | 72c2c6669ffd4f2177a09480c6ee253b7ceec1f9 (patch) | |
| tree | 5836994a13aa2647dac44212e928255c67041aac /qpid/java/test-profiles/java-derby.testprofile | |
| parent | 9e357e656dfb7859f53073a2e3a274bf1cdfd0ad (diff) | |
| download | qpid-python-72c2c6669ffd4f2177a09480c6ee253b7ceec1f9.tar.gz | |
disable setting on the java-derby test profile which restricts client protocol version, allow the client to perform normal negotiation to broker suppported version
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/java-derby.testprofile')
| -rw-r--r-- | qpid/java/test-profiles/java-derby.testprofile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index b484bfe787..a94a7dac82 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -4,7 +4,11 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml -qpid.amqp.version=0-9 profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true +# +# Do not enable. Allow client to attempt 0-10 and negotiate downwards +# +#qpid.amqp.version=0-91 + |
