From 3523443f77521ae0365ea2047a1c18491c1ce3cb Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Thu, 12 Aug 2010 11:50:14 +0000 Subject: [PATCH] #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 8e070a5104..f97297bd1e 100644 --- a/Lib/ctypes/test/test_callbacks.py +++ b/Lib/ctypes/test/test_callbacks.py @@ -205,7 +205,6 @@ class SampleCallbacksTestCase(unittest.TestCase): return True #Allow windows to keep enumerating windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0) - self.assertFalse(windowCount == 0) ################################################################ -- 2.50.1