summaryrefslogtreecommitdiff
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
commit76877c67185af8cfd0a252c6247eed6243a08a25 (patch)
tree63f7f8abc6874461cb9aad39670eaec9d7f9905d
parentea6a94e6cb2f29196e899c978a40fa3570f3b711 (diff)
downloadqpid-python-76877c67185af8cfd0a252c6247eed6243a08a25.tar.gz
NO-JIRA - Fixed a misleading comment
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1242788 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py b/qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py
index 3b924e9985..0bbcf342bc 100644
--- a/qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py
+++ b/qpid/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):