Antoine Pitrou added the comment:

Shaun, your patch fails if I remove the @skip decorator:

======================================================================
FAIL: test_compute_rollover_weekly_attime 
(test.test_logging.TimedRotatingFileHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_logging.py", line 3989, in 
test_compute_rollover_weekly_attime
    self.assertEqual(actual, expected)
AssertionError: 388800 != 302400


On the other hand, the original test works fine here. I guess the diagnosing 
isn't complete yet :-)

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to