commit | eea22d2d660eae039ab392684ac8a8693f1f2a4d | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Feb 25 17:02:43 2011 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Feb 25 17:02:43 2011 +0000 |
tree | 6b32a2879d72264f375541e02a0fcce7026472d1 | |
parent | a29a9dd1564020b499cfc56698a5b726485660fe [diff] [blame] |
logging: enabled test which was intermittently failing on buildbots.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 7c32020..5dd59a4 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -2067,7 +2067,7 @@ LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest, RotatingFileHandlerTest, LastResortTest, - #TimedRotatingFileHandlerTest + TimedRotatingFileHandlerTest ) if __name__ == "__main__":