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 | 0d98e461305a51a091700d0a3c0ea21f4f1e9616 (patch) | |
| tree | 205de326316ad670394cf4d503d9a3a13fc2dd43 /qpid/java/test-profiles/JavaPre010Excludes | |
| parent | 790c9dd7f9ba43a89a6e13f846507382c4f320e6 (diff) | |
| download | qpid-python-0d98e461305a51a091700d0a3c0ea21f4f1e9616.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@1169982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaPre010Excludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaPre010Excludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/JavaPre010Excludes b/qpid/java/test-profiles/JavaPre010Excludes index 07c3f15a8f..3efed3220f 100644 --- a/qpid/java/test-profiles/JavaPre010Excludes +++ b/qpid/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 |
