diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-09-13 00:26:40 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-09-13 00:26:40 +0000 |
| commit | 79f25ae18103afc16bd92abf8ed31df1992f13cf (patch) | |
| tree | b9421cd313d59d33c0092926ee98fb48dc0c5e40 /java/test-profiles/JavaExcludes | |
| parent | 6c83b9c3c46f31bebcdefc0359b8125391ef6c6f (diff) | |
| download | qpid-python-79f25ae18103afc16bd92abf8ed31df1992f13cf.tar.gz | |
QPID-3428: make the Java broker validate 0-10 Session names, enabling it to satisfy the clients new ClientID verification feature. Misc updates to the clients verification process.
Applied patch from Andrew MacBean
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1169982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/JavaExcludes')
| -rw-r--r-- | java/test-profiles/JavaExcludes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index dcccce7e2f..8de36cbd9a 100644 --- a/java/test-profiles/JavaExcludes +++ b/java/test-profiles/JavaExcludes @@ -38,9 +38,6 @@ org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* //QPID-1818, QPID-1821 : Client code path does not correctly restore a transacted session after failover. org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -//QPID-3428: verification of unique client id does not work -org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerification - //XA functionality is not fully implemented yet org.apache.qpid.jms.xa.XAResourceTest#* |
