From 3a879e8a277e61195f5379862ef47f3ca9c69f4b Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Wed, 11 Aug 2010 15:59:57 +0000 Subject: #9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service --- Lib/ctypes/test/test_callbacks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/ctypes/test/test_callbacks.py b/Lib/ctypes/test/test_callbacks.py index 36fc539..4b468b9 100644 --- a/Lib/ctypes/test/test_callbacks.py +++ b/Lib/ctypes/test/test_callbacks.py @@ -199,7 +199,6 @@ class SampleCallbacksTestCase(unittest.TestCase): return True #Allow windows to keep enumerating windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0) - self.assertFalse(windowCount == 0) ################################################################ -- cgit v0.12