Guest User

Untitled

a guest
Jun 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1.  
  2. ======================================================================
  3. FAIL: test_entries.TestEntryBase.test_generate_entry('Mon, 21 Jul 2008 12:51 GMT', 'Mon, 21 Jul 2008 16:51 GMT')
  4. ----------------------------------------------------------------------
  5. Traceback (most recent call last):
  6. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/case.py", line 182, in runTest
  7. self.test(*self.arg)
  8. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/tools.py", line 31, in eq_
  9. assert a == b, msg or "%r != %r" % (a, b)
  10. AssertionError: 'Mon, 21 Jul 2008 12:51 GMT' != 'Mon, 21 Jul 2008 16:51 GMT'
  11.  
  12. ======================================================================
  13. FAIL: test_entries.TestEntryBase.test_time(1216644707.0, 1216659107.0, 'mtime != 1216659107.0 (note: this is a locale dependent test)')
  14. ----------------------------------------------------------------------
  15. Traceback (most recent call last):
  16. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/case.py", line 182, in runTest
  17. self.test(*self.arg)
  18. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/tools.py", line 31, in eq_
  19. assert a == b, msg or "%r != %r" % (a, b)
  20. AssertionError: mtime != 1216659107.0 (note: this is a locale dependent test)
  21.  
  22. ======================================================================
  23. FAIL: test_entries.TestEntryBase.test_time('2008-07-21T12:51:47Z', '2008-07-21T16:51:47Z', 'w3cdate != 2008-07-21T16:51:47Z (note: this is a locale dependent test)')
  24. ----------------------------------------------------------------------
  25. Traceback (most recent call last):
  26. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/case.py", line 182, in runTest
  27. self.test(*self.arg)
  28. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/tools.py", line 31, in eq_
  29. assert a == b, msg or "%r != %r" % (a, b)
  30. AssertionError: w3cdate != 2008-07-21T16:51:47Z (note: this is a locale dependent test)
  31.  
  32. ======================================================================
  33. FAIL: test_entries.TestEntryBase.test_time('Mon, 21 Jul 2008 12:51 GMT', 'Mon, 21 Jul 2008 16:51 GMT', 'rfc822date != Mon, 21 Jul 2008 16:51 GMT (note: this is a locale dependent test)')
  34. ----------------------------------------------------------------------
  35. Traceback (most recent call last):
  36. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/case.py", line 182, in runTest
  37. self.test(*self.arg)
  38. File "/home/mg/py-lib/nose-0.10.4-py2.5.egg/nose/tools.py", line 31, in eq_
  39. assert a == b, msg or "%r != %r" % (a, b)
  40. AssertionError: rfc822date != Mon, 21 Jul 2008 16:51 GMT (note: this is a locale dependent test)
  41.  
  42. ----------------------------------------------------------------------
  43. Ran 193 tests in 0.132s
  44.  
  45. FAILED (failures=4)
Add Comment
Please, Sign In to add comment