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 | 7f55615367d553673fa27be21d2155059016a3c8 (patch) | |
| tree | 6ea00dab9ea7da34d4e61c3cbe2108a26a1694fb /java/test-profiles | |
| parent | d745be62c6477f03c5e4734a39c2be49943561c0 (diff) | |
| download | qpid-python-7f55615367d553673fa27be21d2155059016a3c8.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/qpid@945017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/java-derby.testprofile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/java/test-profiles/java-derby.testprofile b/java/test-profiles/java-derby.testprofile index b484bfe787..a94a7dac82 100644 --- a/java/test-profiles/java-derby.testprofile +++ b/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 + |
