You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2019/11/28 17:31:43 UTC

[qpid-proton] branch master updated: PROTON-2115 fix typo in tests/py/test_unittest.py breaking fd-limit test (#220)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a637e6  PROTON-2115 fix typo in tests/py/test_unittest.py breaking fd-limit test (#220)
5a637e6 is described below

commit 5a637e6ff90c5ca844a7500bf6e08435103f5843
Author: Jiří Daněk <jd...@redhat.com>
AuthorDate: Thu Nov 28 18:31:33 2019 +0100

    PROTON-2115 fix typo in tests/py/test_unittest.py breaking fd-limit test (#220)
---
 tests/py/test_unittest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/py/test_unittest.py b/tests/py/test_unittest.py
index bc372f6..8073ce2 100644
--- a/tests/py/test_unittest.py
+++ b/tests/py/test_unittest.py
@@ -50,7 +50,7 @@ if not hasattr(unittest, "skipIf"):
         if condition:
             return skip(reason)
         return lambda f: f
-    unittest.skipUnless = skipIf
+    unittest.skipIf = skipIf
 
 if not hasattr(unittest, "skipUnless"):
     def skipUnless(condition, reason):


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