Commit 3a879e8a 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 126c2960
......@@ -199,7 +199,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