BIND 10 trac2690, updated. b92b89134b7393e24e9bfbe16deee9ca99d352e1 [2690] Don't skip tests

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 14 11:04:03 UTC 2013


The branch, trac2690 has been updated
       via  b92b89134b7393e24e9bfbe16deee9ca99d352e1 (commit)
      from  8838f82a224a2aeb7479bc2c4bc3c44c3c20454b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b92b89134b7393e24e9bfbe16deee9ca99d352e1
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Aug 14 13:02:59 2013 +0200

    [2690] Don't skip tests
    
    We no longer depend on poll-related constants.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/tests/msgq_test.py |    4 ----
 1 file changed, 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py
index dda2491..6755e66 100644
--- a/src/bin/msgq/tests/msgq_test.py
+++ b/src/bin/msgq/tests/msgq_test.py
@@ -274,8 +274,6 @@ class MsgQTest(unittest.TestCase):
         sock = Sock(1)
         return notifications, sock
 
-    @unittest.skipUnless('POLLIN' in select.__dict__,
-                         'cannot perform tests requiring select.poll')
     def test_notifies(self):
         """
         Test the message queue sends notifications about connecting,
@@ -315,8 +313,6 @@ class MsgQTest(unittest.TestCase):
         self.__msgq.kill_socket(sock.fileno(), sock)
         self.assertEqual([('disconnected', {'client': lname})], notifications)
 
-    @unittest.skipUnless('POLLIN' in select.__dict__,
-                         'cannot perform tests requiring select.poll')
     def test_notifies_implicit_kill(self):
         """
         Test that the unsubscription notifications are sent before the socket



More information about the bind10-changes mailing list