Repository: qpid-proton Updated Branches: refs/heads/master 9ab060fda -> 0c1de249e
fixed braino Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0c1de249 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0c1de249 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0c1de249 Branch: refs/heads/master Commit: 0c1de249e5be4cb5dc9eb394222e72dee9b64b53 Parents: 9ab060f Author: Rafael Schloming <[email protected]> Authored: Tue Apr 28 06:59:08 2015 -0400 Committer: Rafael Schloming <[email protected]> Committed: Tue Apr 28 06:59:08 2015 -0400 ---------------------------------------------------------------------- tests/python/proton_tests/messenger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0c1de249/tests/python/proton_tests/messenger.py ---------------------------------------------------------------------- diff --git a/tests/python/proton_tests/messenger.py b/tests/python/proton_tests/messenger.py index 26600e9..172e38c 100644 --- a/tests/python/proton_tests/messenger.py +++ b/tests/python/proton_tests/messenger.py @@ -1013,7 +1013,7 @@ class SelectableMessengerTest(common.Test): mc = Message() for i in range(count): - before = mrcv.outgoing + before = msnd.outgoing if mrcv.incoming == 0: p.pump() # if we didn't receive the messages, they should be "in flight" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
