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

gmurthy 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 88bdb46  DISPATCH-1814: Additional fix in TCP Adaptor test
88bdb46 is described below

commit 88bdb4604559eafe0d6f02a0b3f7e53cf99ec7d7
Author: Ganesh Murthy <[email protected]>
AuthorDate: Wed Feb 24 10:05:52 2021 -0500

    DISPATCH-1814: Additional fix in TCP Adaptor test
---
 tests/system_tests_tcp_adaptor.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/system_tests_tcp_adaptor.py 
b/tests/system_tests_tcp_adaptor.py
index bbe02dc..faa115a 100644
--- a/tests/system_tests_tcp_adaptor.py
+++ b/tests/system_tests_tcp_adaptor.py
@@ -692,8 +692,6 @@ class TcpAdaptor(TestCase):
                     unblock_ct += 1
         self.assertTrue(block_ct > 0)
         self.assertEqual(block_ct, unblock_ct)
-
-
         self.logger.log("TCP_TEST Stop %s SUCCESS" % name)
 
     @SkipIfNeeded(DISABLE_SELECTOR_TESTS, DISABLE_SELECTOR_REASON)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to