From eea22d2d660eae039ab392684ac8a8693f1f2a4d Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 25 Feb 2011 17:02:43 +0000 Subject: logging: enabled test which was intermittently failing on buildbots. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def test_main(): LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest, RotatingFileHandlerTest, LastResortTest, - #TimedRotatingFileHandlerTest + TimedRotatingFileHandlerTest ) if __name__ == "__main__": -- cgit v0.12