From: Mukund Sivaraman Date: Fri, 16 Nov 2012 05:32:46 +0000 (+0530) Subject: [2353] Simply assertFalse() for the list X-Git-Tag: bind10-1.0.0-beta-release~19^2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84fbdaeddb176af0a5cd73caf76698208b4e94a7;p=thirdparty%2Fkea.git [2353] Simply assertFalse() for the list --- diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in index 836e1f9b72..624f7196da 100644 --- a/src/bin/bind10/tests/bind10_test.py.in +++ b/src/bin/bind10/tests/bind10_test.py.in @@ -1462,7 +1462,7 @@ class TestBossComponents(unittest.TestCase): bob.components_to_restart = [] # this should catch and handle the OSError bob.reap_children() - self.assertFalse(component in bob.components_to_restart) + self.assertFalse(bob.components_to_restart) # case where bob._get_process_exit_status() raises OSError with # errno other than ECHILD