From 3c2954782cc6d27bacf8865cfaea9c71c2bfec2b Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Thu, 22 Mar 2012 13:39:14 +0000 Subject: QPID-3890: resync this branch to latest trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3890@1303774 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/cli_tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/cpp/src/tests/cli_tests.py') diff --git a/qpid/cpp/src/tests/cli_tests.py b/qpid/cpp/src/tests/cli_tests.py index b9a7dda15c..7ac5b1deed 100755 --- a/qpid/cpp/src/tests/cli_tests.py +++ b/qpid/cpp/src/tests/cli_tests.py @@ -330,6 +330,9 @@ class CliTests(TestBase010): ret = os.system(self.qpid_config_command(" add queue %s --alternate-exchange=%s" % (qName, altName))) self.assertEqual(ret, 0) + ret = os.system(self.qpid_config_command(" queues")) + self.assertEqual(ret, 0) + queues = self.broker_access.getAllQueues() found = False for queue in queues: -- cgit v1.2.1