#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-11 15:59:57 +00:00
parent 126c2960ca
commit 3a879e8a27
1 changed files with 0 additions and 1 deletions

View File

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