#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

This commit is contained in:
Tim Golden 2010-08-12 11:50:14 +00:00
parent 8e4756c763
commit 3523443f77

View file

@ -205,7 +205,6 @@ class SampleCallbacksTestCase(unittest.TestCase):
return True #Allow windows to keep enumerating
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
self.assertFalse(windowCount == 0)
################################################################