Guest User

Untitled

a guest
May 16th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ===============================================================================
  2. [FAIL]: yoshi.test.test_users.CountAndLimitedIdTests.test_getUserIDsByLoginName_ASC_LIMIT_3
  3.  
  4. Traceback (most recent call last):
  5. File "/Users/dmckinley/Projects/yoshi/trunk/yoshi/test/helpers.py", line 598, in check
  6. self.assertEqual(expected, formatted_result)
  7. twisted.trial.unittest.FailTest: not equal:
  8. a = [76, [12, 93, 94]]
  9. b = [77, [12, 93, 94]]
  10.  
  11. ===============================================================================
  12. [FAIL]: yoshi.test.test_users.CountAndLimitedIdTests.test_getUserIDsByLoginName_DESC_OFFSET_73_LIMIT_3
  13.  
  14. Traceback (most recent call last):
  15. File "/Users/dmckinley/Projects/yoshi/trunk/yoshi/test/helpers.py", line 598, in check
  16. self.assertEqual(expected, formatted_result)
  17. twisted.trial.unittest.FailTest: not equal:
  18. a = [76, [94, 93, 12]]
  19. b = [77, [95, 94, 93]]
Add Comment
Please, Sign In to add comment