Repository: qpid-proton
Updated Branches:
  refs/heads/master 73d8ff9af -> da117ea28


added error info for assertion


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

Branch: refs/heads/master
Commit: da117ea289743f560fc26bc16dd8962f3d7a94e7
Parents: 73d8ff9
Author: Rafael Schloming <r...@alum.mit.edu>
Authored: Tue Apr 28 06:34:03 2015 -0400
Committer: Rafael Schloming <r...@alum.mit.edu>
Committed: Tue Apr 28 06:34:03 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/da117ea2/tests/python/proton_tests/messenger.py
----------------------------------------------------------------------
diff --git a/tests/python/proton_tests/messenger.py 
b/tests/python/proton_tests/messenger.py
index c7c7dd3..298c5d9 100644
--- a/tests/python/proton_tests/messenger.py
+++ b/tests/python/proton_tests/messenger.py
@@ -1015,7 +1015,7 @@ class SelectableMessengerTest(common.Test):
     for i in range(count):
       if mrcv.incoming == 0:
         p.pump()
-      assert mrcv.incoming > 0
+      assert mrcv.incoming > 0, (count, msnd.outgoing, mrcv.incoming)
       mrcv.get(mc)
       assert mc.body == u"Hello World! %s" % i, (i, mc.body)
 


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

Reply via email to