You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2016/01/30 02:34:38 UTC

[2/3] qpid-dispatch git commit: DISPATH-179 Fixed qdstat system test suite

DISPATH-179 Fixed qdstat system test suite


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5748a2cb
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5748a2cb
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5748a2cb

Branch: refs/heads/tross-DISPATCH-179-1
Commit: 5748a2cb13b7fc27513999969f9b3b0f68bb3930
Parents: 6a6fd83
Author: Ted Ross <tr...@redhat.com>
Authored: Fri Jan 29 20:22:57 2016 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Fri Jan 29 20:22:57 2016 -0500

----------------------------------------------------------------------
 tests/system_tests_qdstat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5748a2cb/tests/system_tests_qdstat.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py
index 597f663..1071cf3 100644
--- a/tests/system_tests_qdstat.py
+++ b/tests/system_tests_qdstat.py
@@ -67,7 +67,7 @@ class QdstatTest(system_test.TestCase):
         if out.strip() == "No memory statistics available":
             # router built w/o memory pools enabled]
             return self.skipTest("Router's memory pools disabled")
-        regexp = r'qd_address_t\s+[0-9]+'
+        regexp = r'qdr_address_t\s+[0-9]+'
         assert re.search(regexp, out, re.I), "Can't find '%s' in '%s'" % (regexp, out)
 
     def test_log(self):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org