rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

supervisor: make test FAIL: test_get_asctime #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
======================================================================          

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