summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-08 14:27:32 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-08 14:27:32 +0000
commit179c9ba089ee8b070f3c38243a70edb0af0e52dc (patch)
tree1330d574becd780983e701d656265d865abe84c0
parentd8e6a0abd276b6d88aed8ac723b4b6873d71f067 (diff)
downloadqpid-python-179c9ba089ee8b070f3c38243a70edb0af0e52dc.tar.gz
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472504 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java2
-rw-r--r--qpid/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java b/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java
index 5d56ac91e6..b2110a3c0e 100644
--- a/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connection/ConnectionTest.java
+++ b/qpid/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/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java b/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java
index e4b87fa15d..a9afbe984f 100644
--- a/qpid/java/client/test/src/org/apache/qpid/test/unit/client/connectionurl/ConnectionURLTest.java
+++ b/qpid/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()
{