Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 7baa254aa -> 2519b1eca


DISPATCH-1139: minor test fix - xrange() removed in python3+


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

Branch: refs/heads/master
Commit: 2519b1ecabf9d03b4ef3caf86813726341d9cb7c
Parents: 7baa254
Author: Kenneth Giusti <kgiu...@apache.org>
Authored: Fri Oct 19 12:54:50 2018 -0400
Committer: Kenneth Giusti <kgiu...@apache.org>
Committed: Fri Oct 19 12:54:50 2018 -0400

----------------------------------------------------------------------
 tests/system_tests_priority.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/2519b1ec/tests/system_tests_priority.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_priority.py b/tests/system_tests_priority.py
index 887b574..358f0fb 100644
--- a/tests/system_tests_priority.py
+++ b/tests/system_tests_priority.py
@@ -373,7 +373,7 @@ class Priority ( MessagingHandler ):
 
         # First send the payload messages.
         if self.n_sent < self.n_messages :
-            for i in xrange(50) :
+            for i in range(50) :
                 msg = Message ( body=self.n_sent )
                 msg.priority = 3
                 self.sender.send ( msg )


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

Reply via email to