diff options
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/JavaExcludes | 3 | ||||
| -rw-r--r-- | java/test-profiles/JavaPre010Excludes | 3 |
2 files changed, 3 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#* diff --git a/java/test-profiles/JavaPre010Excludes b/java/test-profiles/JavaPre010Excludes index 07c3f15a8f..3efed3220f 100644 --- a/java/test-profiles/JavaPre010Excludes +++ b/java/test-profiles/JavaPre010Excludes @@ -56,3 +56,6 @@ org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWith // LVQ tests use new address syntax and can not be run on 0.9.1 profiles org.apache.qpid.test.client.queue.LVQTest#* + +// Verification of unique client id is 0-10 specific +org.apache.qpid.test.unit.client.connection.ConnectionTest#testClientIDVerification |
