Author: rhs
Date: Mon Jun 25 22:47:18 2012
New Revision: 1353770

URL: http://svn.apache.org/viewvc?rev=1353770&view=rev
Log:
added a useful assertion

Modified:
    qpid/proton/trunk/tests/proton_tests/engine.py

Modified: qpid/proton/trunk/tests/proton_tests/engine.py
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/tests/proton_tests/engine.py?rev=1353770&r1=1353769&r2=1353770&view=diff
==============================================================================
--- qpid/proton/trunk/tests/proton_tests/engine.py (original)
+++ qpid/proton/trunk/tests/proton_tests/engine.py Mon Jun 25 22:47:18 2012
@@ -528,6 +528,8 @@ class CreditTest(Test):
       self.pump()
       idx += 1
 
+    assert idx == 1034, idx
+
     assert pn_queued(self.rcv) == PN_SESSION_WINDOW, pn_queued(self.rcv)
 
     extra = pn_delivery(self.snd, "extra")



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

Reply via email to