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 2019/11/08 15:14:02 UTC

[qpid-dispatch] branch master updated: DISPATCH-1471: print strings that fail assert

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 3b7b8a1  DISPATCH-1471: print strings that fail assert
3b7b8a1 is described below

commit 3b7b8a104f1225b2e2df9a5cfe970dd13f6e6e24
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Wed Nov 6 14:11:28 2019 -0500

    DISPATCH-1471: print strings that fail assert
---
 tests/system_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/system_test.py b/tests/system_test.py
index 0f960e3..56094b6 100755
--- a/tests/system_test.py
+++ b/tests/system_test.py
@@ -659,6 +659,7 @@ class TestCase(unittest.TestCase, Tester): # pylint: disable=too-many-public-met
 
     @classmethod
     def setUpClass(cls):
+        cls.maxDiff = None
         cls.tester = Tester('.'.join([cls.__module__, cls.__name__, 'setUpClass']))
         cls.tester.rmtree()
         cls.tester.setup()


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