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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to