]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1735] Get rid of the socket file when ddns.clear_socket() is overridden
authorMukund Sivaraman <muks@isc.org>
Thu, 31 May 2012 05:36:28 +0000 (11:06 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 31 May 2012 06:41:42 +0000 (12:11 +0530)
src/bin/ddns/tests/ddns_test.py

index 395aacc512ab662c58e62a16b92d2cad1b5bb22d..f5622c64b55a9aaaf69ba264b56bf21a557b8035 100755 (executable)
@@ -379,6 +379,8 @@ class TestMain(unittest.TestCase):
 
     def __clear_socket(self):
         self.__clear_called = True
+        # Get rid of the socket file too
+        self.__orig_clear()
 
     def check_exception(self, ex):
         '''Common test sequence to see if the given exception is caused.