You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/09/02 15:29:45 UTC

[qpid-dispatch] branch master updated: NO-JIRA: fix misleading text in test error message

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

chug 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 034f421  NO-JIRA: fix misleading text in test error message
034f421 is described below

commit 034f421a36b785fed4e4c1ff025e39a3984985ca
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Wed Sep 2 11:29:25 2020 -0400

    NO-JIRA: fix misleading text in test error message
---
 tests/system_tests_ssl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_ssl.py b/tests/system_tests_ssl.py
index f6026c4..b150955 100644
--- a/tests/system_tests_ssl.py
+++ b/tests/system_tests_ssl.py
@@ -764,7 +764,7 @@ class RouterTestSslInterRouter(RouterTestSslBase):
         self.assertTrue(router_nodes)
         for node in router_nodes:
             self.assertTrue(node in self.connected_tls_sasl_routers,
-                            "%s should not be connected" % node)
+                            "%s should be connected" % node)
 
         # Router A and B are always expected (no tls version restriction)
         expected_nodes = len(self.connected_tls_sasl_routers)


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