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/03/19 00:06:25 UTC

[07/50] [abbrv] qpid-dispatch git commit: DISPATCH-179 - Test cleanup

DISPATCH-179 - Test cleanup


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

Branch: refs/heads/master
Commit: ba7ad5889c1054b2ac562b4da739339bb8d910e6
Parents: e51dd8c
Author: Ted Ross <tr...@redhat.com>
Authored: Wed Mar 2 16:09:59 2016 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Wed Mar 2 16:09:59 2016 -0500

----------------------------------------------------------------------
 tests/mock/dispatch.py           | 10 +++++-----
 tests/system_tests_management.py |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ba7ad588/tests/mock/dispatch.py
----------------------------------------------------------------------
diff --git a/tests/mock/dispatch.py b/tests/mock/dispatch.py
index df15297..dd08f7d 100644
--- a/tests/mock/dispatch.py
+++ b/tests/mock/dispatch.py
@@ -29,11 +29,11 @@ LOG_ERROR    = 32
 LOG_CRITICAL = 64
 LOG_STACK_LIMIT = 8
 
-SEMANTICS_MULTICAST_FLOOD  = 0
-SEMANTICS_MULTICAST_ONCE   = 1
-SEMANTICS_ANYCAST_CLOSEST  = 2
-SEMANTICS_ANYCAST_BALANCED = 3
-SEMANTICS_LINK_BALANCED    = 4
+TREATMENT_MULTICAST_FLOOD  = 0
+TREATMENT_MULTICAST_ONCE   = 1
+TREATMENT_ANYCAST_CLOSEST  = 2
+TREATMENT_ANYCAST_BALANCED = 3
+TREATMENT_LINK_BALANCED    = 4
 
 
 class LogAdapter:

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ba7ad588/tests/system_tests_management.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_management.py b/tests/system_tests_management.py
index 1fb512f..b2c529e 100644
--- a/tests/system_tests_management.py
+++ b/tests/system_tests_management.py
@@ -459,7 +459,7 @@ class ManagementTest(system_test.TestCase):
         result = self.node.get_operations()
         for type in LISTENER, WAYPOINT, LINK: self.assertIn(type, result)
         self.assertEqual(["READ"], result[LINK])
-        self.assertEqual(["CREATE", "READ"], result[WAYPOINT])
+        self.assertEqual(["CREATE", "DELETE", "READ"], result[WAYPOINT])
 
     def test_get_attributes(self):
         result = self.node.get_attributes(type=DUMMY)


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