supervisor: make test FAIL: test_get_asctime
Opened this issue · 0 comments
GoogleCodeExporter commented
======================================================================
FAIL: test_get_asctime (supervisor.tests.test_childutils.ChildUtilsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ruda/Downloads/rudix.hg/Ports/supervisor/supervisor-build/supervisor/tests/test_childutils.py", line 46, in test
_get_asctime
self.assertEqual(result, '2009-01-18 22:14:07,000')
AssertionError: '2009-01-18 23:14:07,000' != '2009-01-18 22:14:07,000'
----------------------------------------------------------------------
Ran 710 tests in 6.811s
FAILED (failures=1)
Original issue reported on code.google.com by ruda.moura@gmail.com
on 7 Apr 2012 at 5:01