Repository: qpid-dispatch
Updated Branches:
  refs/heads/tross-DISPATCH-179-1 c695e93f5 -> 54c923d63


DISPATCH-179 - Added new definitions to mock to get the python unit tests 
working again.


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

Branch: refs/heads/tross-DISPATCH-179-1
Commit: b8f10ccf9f84d47cc0d82c8d9d2174470bb2f14c
Parents: c695e93
Author: Ted Ross <[email protected]>
Authored: Thu Jan 21 16:22:15 2016 -0500
Committer: Ted Ross <[email protected]>
Committed: Thu Jan 21 16:22:15 2016 -0500

----------------------------------------------------------------------
 tests/mock/dispatch.py | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/b8f10ccf/tests/mock/dispatch.py
----------------------------------------------------------------------
diff --git a/tests/mock/dispatch.py b/tests/mock/dispatch.py
index c372b40..df15297 100644
--- a/tests/mock/dispatch.py
+++ b/tests/mock/dispatch.py
@@ -29,6 +29,13 @@ 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
+
+
 class LogAdapter:
   def __init__(self, mod_name):
     self.mod_name = mod_name


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to