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 2017/02/17 13:46:59 UTC

qpid-dispatch git commit: NO-JIRA - removed three-router anonymous-sender test. It's not ready for prime-time.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 1c6d489a2 -> becba17db


NO-JIRA - removed three-router anonymous-sender test.  It's not ready for prime-time.


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

Branch: refs/heads/master
Commit: becba17db07f31706e90d5c4da488301529c86fd
Parents: 1c6d489
Author: Ted Ross <tr...@redhat.com>
Authored: Fri Feb 17 08:46:22 2017 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Fri Feb 17 08:46:22 2017 -0500

----------------------------------------------------------------------
 tests/system_tests_three_routers.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/becba17d/tests/system_tests_three_routers.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_three_routers.py b/tests/system_tests_three_routers.py
index 2414c92..19bed4d 100644
--- a/tests/system_tests_three_routers.py
+++ b/tests/system_tests_three_routers.py
@@ -85,10 +85,10 @@ class RouterTest(TestCase):
         test.run()
         self.assertEqual(None, test.error)
 
-    def test_02_anonymous_sender(self):
-        test = AnonymousSenderTest(self.routers[0].addresses[0], self.routers[2].addresses[0])
-        test.run()
-        self.assertEqual(None, test.error)
+#    def test_02_anonymous_sender(self):
+#        test = AnonymousSenderTest(self.routers[0].addresses[0], self.routers[2].addresses[0])
+#        test.run()
+#        self.assertEqual(None, test.error)
 
 
 class Timeout(object):


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