Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ==> Testing Digest::MD5
  2. t/0-load-module.t .. ok
  3.  
  4. # Failed test 'MD5 hex of 'Hello World
  5. # ' must be 'e59ff97941044f85df5297e1c302d260' (static method)'
  6. # at t/perl5-compat.t line 20
  7. # expected: 'e59ff97941044f85df5297e1c302d260'
  8. # got: '3579c8da7f1e0ad94656e76c886e5125'
  9.  
  10. # Failed test 'MD5 hex of 'Hello World
  11. # ' must be 'e59ff97941044f85df5297e1c302d260' (instance method)'
  12. # at t/perl5-compat.t line 25
  13. # expected: 'e59ff97941044f85df5297e1c302d260'
  14. # got: '3579c8da7f1e0ad94656e76c886e5125'
  15.  
  16. # Failed test 'MD5 binary of 'Hello World
  17. # ' (static method)'
  18. # at t/perl5-compat.t line 37
  19. # expected: $(229, 159, 249, 121, 65, 4, 79, 133, 223, 82, 151, 225, 195, 2, 210, 96)
  20. # got: $(53, 121, 200, 218, 127, 30, 10, 217, 70, 86, 231, 108, 136, 110, 81, 37)
  21.  
  22. # Failed test 'MD5 binary of 'Hello World
  23. # ' (instance method)'
  24. # at t/perl5-compat.t line 49
  25. # expected: $(229, 159, 249, 121, 65, 4, 79, 133, 223, 82, 151, 225, 195, 2, 210, 96)
  26. # got: $(53, 121, 200, 218, 127, 30, 10, 217, 70, 86, 231, 108, 136, 110, 81, 37)
  27. # Looks like you failed 4 tests of 18
  28. t/0-load-module.t .. ok
  29. Dubious, test returned 4 (wstat 1024, 0x400)
  30. Failed 4/18 subtests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement