You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/05/17 14:21:17 UTC

qpid-dispatch git commit: NO-JIRA - Uncommented test now that PROTON-1514 is fixed

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 63a56d605 -> 94e55a812


NO-JIRA - Uncommented test now that PROTON-1514 is fixed


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

Branch: refs/heads/master
Commit: 94e55a81267f7032be4487fa9cd4ba6dc0f19e26
Parents: 63a56d6
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Thu May 17 10:20:43 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Thu May 17 10:20:43 2018 -0400

----------------------------------------------------------------------
 tests/system_tests_one_router.py | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/94e55a81/tests/system_tests_one_router.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py
index 22a9d36..ea9f3cf 100644
--- a/tests/system_tests_one_router.py
+++ b/tests/system_tests_one_router.py
@@ -278,11 +278,10 @@ class OneRouterTest(TestCase):
         test.run()
         self.assertEqual(None, test.error)
 
-    # Will uncomment this test once https://issues.apache.org/jira/browse/PROTON-1514 is fixed
-    #def test_17_multiframe_presettled(self):
-    #    test = MultiframePresettledTest(self.address)
-    #    test.run()
-    #    self.assertEqual(None, test.error)
+    def test_17_multiframe_presettled(self):
+        test = MultiframePresettledTest(self.address)
+        test.run()
+        self.assertEqual(None, test.error)
 
     def test_26_multicast_no_receivcer(self):
         test = MulticastUnsettledNoReceiverTest(self.address)


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