summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-02-15 14:27:56 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-02-15 14:27:56 +0000
commit4d891d2202cd6bb4b4e4217ab5f4ca17a07ec5d2 (patch)
tree67ebc21a3b2268b6453a44d41144ff1e10f9af4b /qpid
parent116051b0c8f00e413c2641463d0715327752868e (diff)
downloadqpid-python-4d891d2202cd6bb4b4e4217ab5f4ca17a07ec5d2.tar.gz
virtual host testpath replaced with test
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindQueue.java2
-rw-r--r--qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindTopic.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindQueue.java b/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindQueue.java
index 07dc8c85b3..10e8b94311 100644
--- a/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindQueue.java
+++ b/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindQueue.java
@@ -63,7 +63,7 @@ public class JNDIBindQueue
try
{
- _connection = new AMQConnection("amqp://guest:guest@clientid/testpath?brokerlist='tcp://localhost:5672'");
+ _connection = new AMQConnection("amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672'");
System.out.println("Connected");
}
catch (Exception amqe)
diff --git a/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindTopic.java b/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindTopic.java
index 16bf0dcb7a..ca071c1187 100644
--- a/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindTopic.java
+++ b/qpid/java/client/src/old_test/java/org/apache/qpid/IBMPerfTest/JNDIBindTopic.java
@@ -64,7 +64,7 @@ public class JNDIBindTopic
try
{
- _connection = new AMQConnection("amqp://guest:guest@clientid/testpath?brokerlist='tcp://localhost:5672'");
+ _connection = new AMQConnection("amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672'");
System.out.println("Connected");
}
catch (Exception amqe)