diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-02-25 17:02:43 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-02-25 17:02:43 +0000 |
commit | eea22d2d660eae039ab392684ac8a8693f1f2a4d (patch) | |
tree | 6b32a2879d72264f375541e02a0fcce7026472d1 | |
parent | a29a9dd1564020b499cfc56698a5b726485660fe (diff) | |
download | cpython-git-eea22d2d660eae039ab392684ac8a8693f1f2a4d.tar.gz |
logging: enabled test which was intermittently failing on buildbots.
-rw-r--r-- | 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 index 7c32020785..5dd59a4239 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -2067,7 +2067,7 @@ def test_main(): LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest, RotatingFileHandlerTest, LastResortTest, - #TimedRotatingFileHandlerTest + TimedRotatingFileHandlerTest ) if __name__ == "__main__": |