summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-01-20 19:21:16 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-01-20 19:21:16 +0000
commitdd8078e03108bd9c9f602c82f396511927d05cc7 (patch)
treef1c40ff2fa18b31e0d44cb5dabc1cc9b1a02c205 /java/test-profiles
parentcd3166280e53b8587d4d257b7898577b65edc0b7 (diff)
downloadqpid-python-dd8078e03108bd9c9f602c82f396511927d05cc7.tar.gz
QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol version was not given to the ProtocolSession.
Once this is done the correct delegate is enabled on connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rw-r--r--java/test-profiles/Excludes5
-rw-r--r--java/test-profiles/java.testprofile5
2 files changed, 4 insertions, 6 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes
index b2f438e487..ccb907e597 100644
--- a/java/test-profiles/Excludes
+++ b/java/test-profiles/Excludes
@@ -29,8 +29,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#*
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#*
-// The following tests exibit random failures and are temporarily excluded.
-// QPID-2224 Random Test failures - The test needs to be fixed.
-org.apache.qpid.transport.network.mina.MINANetworkDriverTest#*
-// QPID-2225 Random Test failures against the in-vm broker.
-org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecover#*
diff --git a/java/test-profiles/java.testprofile b/java/test-profiles/java.testprofile
index a301fb1b65..ce73d5b5de 100644
--- a/java/test-profiles/java.testprofile
+++ b/java/test-profiles/java.testprofile
@@ -3,5 +3,8 @@ broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
-qpid.amqp.version=0-9
+#
+# Do not enable. Allow client to attempt 0-10 and negotiate downwards
+#
+#qpid.amqp.version=0-91
profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes