(original) (raw)
changeset: 83365:efda51b85b31 user: Vinay Sajip <vinay_sajip@yahoo.co.uk> date: Sun Apr 14 12:25:25 2013 +0100 files: Lib/test/test_logging.py description: Issue #17713: additional tweak to test. diff -r 1494daf809c1 -r efda51b85b31 Lib/test/test_logging.py --- a/Lib/test/test_logging.py Sun Apr 14 12:20:46 2013 +0100 +++ b/Lib/test/test_logging.py Sun Apr 14 12:25:25 2013 +0100 @@ -3993,7 +3993,7 @@ if day == wday: # goes into following week expected += 7 * 24 * 60 * 60 - actual = rh.computeRollover(currentTime + 13 * 60 * 60) + actual = rh.computeRollover(today + 13 * 60 * 60) self.assertEqual(actual, expected) finally: rh.close() </vinay_sajip@yahoo.co.uk>