summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-02-10 14:28:12 +0000
committerTed Ross <tross@apache.org>2012-02-10 14:28:12 +0000
commit79189ebabc30a244f2d3c880684ddff42f63ae70 (patch)
treeb4ae68375ca1164f4cd319805beba2ffaabbe3a0 /tests
parentca67ea7ef2ad06662a87ff089af66de815f69b86 (diff)
downloadqpid-python-79189ebabc30a244f2d3c880684ddff42f63ae70.tar.gz
NO-JIRA - Fixed a misleading comment
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1242788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tests')
-rw-r--r--tests/src/py/qpid_tests/broker_0_10/new_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/py/qpid_tests/broker_0_10/new_api.py b/tests/src/py/qpid_tests/broker_0_10/new_api.py
index 3b924e9985..0bbcf342bc 100644
--- a/tests/src/py/qpid_tests/broker_0_10/new_api.py
+++ b/tests/src/py/qpid_tests/broker_0_10/new_api.py
@@ -23,7 +23,7 @@ import qmf.console
from time import sleep
#
-# Tests the Broker's support for message groups
+# Broker tests using the new messaging API
#
class GeneralTests(Base):