diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/tests/cli_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cli_tests.py b/cpp/src/tests/cli_tests.py index 2f4f41eab5..a6304e8b3e 100755 --- a/cpp/src/tests/cli_tests.py +++ b/cpp/src/tests/cli_tests.py @@ -150,7 +150,7 @@ class CliTests(TestBase010): self.startQmf(); qmf = self.qmf - command = cli_dir() + "/qpid-route dynamic add localhost:%d %s:%d amq.topic" %\ + command = cli_dir() + "/qpid-route dynamic add guest/guest@localhost:%d %s:%d amq.topic" %\ (testrunner.port, remote_host(), remote_port()) ret = os.system(command) self.assertEqual(ret, 0) |