cpython (2.7): Changed comment on test skip.

http://hg.python.org/cpython/rev/8817c295a8ee changeset: 77253:8817c295a8ee branch: 2.7 parent: 77233:3108331c88ec user: Vinay Sajip <vinay_sajip@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
participants (1)
-
vinay.sajip