You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/05/01 13:04:03 UTC

[qpid-dispatch] branch master updated: NO-JIRA: fix minor python bug in edge router test script

This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d752d8  NO-JIRA: fix minor python bug in edge router test script
7d752d8 is described below

commit 7d752d8dc520b6ff3ea1e301b3dff113b2f2dd81
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Wed May 1 09:03:45 2019 -0400

    NO-JIRA: fix minor python bug in edge router test script
---
 tests/system_tests_edge_router.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/system_tests_edge_router.py b/tests/system_tests_edge_router.py
index c26f872..f614f60 100644
--- a/tests/system_tests_edge_router.py
+++ b/tests/system_tests_edge_router.py
@@ -1299,8 +1299,8 @@ class MobileAddressTest(MessagingHandler):
                                 (rdisp, self.n_rel_or_mod, self.extra_count))
             else:
                 self.logger.log("on_settled sender: WARNING unexpected settlement: %s, n_accepted: %d, n_rel_or_mod: %d" %
-                    (disp, self.n_accepted, self.n_rel_or_mod))
-                self.warning = true
+                    (rdisp, self.n_accepted, self.n_rel_or_mod))
+                self.warning = True
 
             if self.n_sent == self.normal_count and self.n_accepted == self.normal_count:
                 # All normal messages are accounted.


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