]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed comment on test skip.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 31 May 2012 11:35:13 +0000 (12:35 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 31 May 2012 11:35:13 +0000 (12:35 +0100)
Lib/test/test_logging.py

index eed5a8490295d19461fb9b74ab6151fe3999b255..88332b5a85491603f3dd3736d673ec6d64ecce75 100644 (file)
@@ -1877,7 +1877,7 @@ class ChildLoggerTest(BaseTest):
 
 class HandlerTest(BaseTest):
 
-    @unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
+    @unittest.skipIf(os.name == 'nt', 'WatchedFileHandler not appropriate for Windows.')
     @unittest.skipUnless(threading, 'Threading required for this test.')
     def test_race(self):
         # Issue #14632 refers.