Commit 3523443f authored by Tim Golden's avatar Tim Golden

#9055: remove assertion at the end of test_8959_b since the test is about...

#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
parent 8e4756c7
......@@ -205,7 +205,6 @@ class SampleCallbacksTestCase(unittest.TestCase):
return True #Allow windows to keep enumerating
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
self.assertFalse(windowCount == 0)
################################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment