summaryrefslogtreecommitdiff
path: root/java/client/test/bin/IBM-Publisher.sh
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-09-22 16:27:13 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-09-22 16:27:13 +0000
commitb958e0992bfe956553676e571c9dd932ae49172d (patch)
tree6e4fe8710d988daf12a96e8a9a07872e41a6eae0 /java/client/test/bin/IBM-Publisher.sh
parent488beb5a2a072afe2be0c7a1f679a5049f3b2e19 (diff)
downloadqpid-python-b958e0992bfe956553676e571c9dd932ae49172d.tar.gz
Updated Performance tests to use "." rather than "/" i.e. "amq.ConnectionFactory"
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/bin/IBM-Publisher.sh')
-rwxr-xr-xjava/client/test/bin/IBM-Publisher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/bin/IBM-Publisher.sh b/java/client/test/bin/IBM-Publisher.sh
index 320b2c2804..c66c889e38 100755
--- a/java/client/test/bin/IBM-Publisher.sh
+++ b/java/client/test/bin/IBM-Publisher.sh
@@ -16,4 +16,4 @@
#
export MSGSIZE=100
-qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq/ConnectionFactory -d amq/Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ No newline at end of file
+qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Publisher -nt 4 $* \ No newline at end of file