diff options
author | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 14:27:32 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 14:27:32 +0000 |
commit | 78bbb18f0d27c5b7fc243e1e2d141117b0609f09 (patch) | |
tree | e33eee52b7f495e5aef73718d49f353d208b865d /java | |
parent | 7ae7122c5b58e8cfb93277b83cc2f1ce90957b46 (diff) | |
download | qpid-python-78bbb18f0d27c5b7fc243e1e2d141117b0609f09.tar.gz |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java | 2 | ||||
-rw-r--r-- | java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java b/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java index 5d56ac91e6..b2110a3c0e 100644 --- a/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java +++ b/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java @@ -74,7 +74,7 @@ public class ConnectionTest } } - @Ignore("The inVM broker currently has no authentication .. Needs added QPID-") + @Ignore("The inVM broker currently has no authentication .. Needs added QPID-70") @Test public void passwordFailureConnection() throws Exception { diff --git a/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java b/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java index e4b87fa15d..a9afbe984f 100644 --- a/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java +++ b/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java @@ -324,7 +324,7 @@ public class ConnectionURLTest Assert.assertTrue(connectionurl.getBrokerCount() == 1); } - @Ignore("Connection now parses but result is wrong QPID-") + @Ignore("Connection now parses but result is wrong QPID-71") @Test public void wrongOptionSeperatorInBroker() { |