[Python-checkins] cpython (2.7): Changed comment on test skip.

vinay.sajip python-checkins at python.org
Thu May 31 13:39:04 CEST 2012


http://hg.python.org/cpython/rev/8817c295a8ee
changeset:   77253:8817c295a8ee
branch:      2.7
parent:      77233:3108331c88ec
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu May 31 12:35:13 2012 +0100
summary:
  Changed comment on test skip.

files:
  Lib/test/test_logging.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1877,7 +1877,7 @@
 
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list