This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients paul.moore, theller
Date 2010-06-21.22:39:27
SpamBayes Score 0.0027912338
Marked as misclassified No
Message-id <1277159969.39.0.181729867437.issue9055@psf.upfronthosting.co.za>
In-reply-to
Content
test_issue_8959_b fails when run from a service (in this case, from a buildslave running as a service).

It appears to count the number of open windows, expecting a non-zero value. But when run as a service, it looks like the return count is (correctly) zero.

FAIL: test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildslave\trunk.moore-windows\build\lib\ctypes\test\test_callbacks.py",
line 208, in test_issue_8959_b
   self.assertFalse(windowCount == 0)
AssertionError: True is not False
History
Date User Action Args
2010-06-21 22:39:29paul.mooresetrecipients: + paul.moore, theller
2010-06-21 22:39:29paul.mooresetmessageid: <1277159969.39.0.181729867437.issue9055@psf.upfronthosting.co.za>
2010-06-21 22:39:27paul.moorelinkissue9055 messages
2010-06-21 22:39:27paul.moorecreate