From: Mukund Sivaraman Date: Thu, 31 May 2012 05:36:28 +0000 (+0530) Subject: [1735] Get rid of the socket file when ddns.clear_socket() is overridden X-Git-Tag: trac2351_base~226^2~60^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18aa5359405c164ecda151b43efd125028d3a1ef;p=thirdparty%2Fkea.git [1735] Get rid of the socket file when ddns.clear_socket() is overridden --- diff --git a/src/bin/ddns/tests/ddns_test.py b/src/bin/ddns/tests/ddns_test.py index 395aacc512..f5622c64b5 100755 --- a/src/bin/ddns/tests/ddns_test.py +++ b/src/bin/ddns/tests/ddns_test.py @@ -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.