Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1.  
  2. # Failed test 'right error message'
  3. # at t/mojo/log.t line 18.
  4. Wide character in print at Test/Builder.pm line 1826, <DATA> line 2231.
  5. # '[Fri Jul 15 11:05:53 2016] [fatal] I ♥ Mojolicious
  6. # '
  7. # doesn't match '(?^:\[.*\] \[error\] Just works)'
  8.  
  9. # Failed test 'right error message'
  10. # at t/mojo/log.t line 33.
  11. Wide character in print at Test/Builder.pm line 1826, <DATA> line 2231.
  12. # '[Fri Jul 15 11:05:53 2016] [fatal] I ♥ Mojolicious
  13. # '
  14. # doesn't match '(?^:\[.*\] \[error\] Just works\n)'
  15.  
  16. # Failed test 'right debug message'
  17. # at t/mojo/log.t line 35.
  18. Wide character in print at Test/Builder.pm line 1826, <DATA> line 2231.
  19. # '[Fri Jul 15 11:05:53 2016] [fatal] I ♥ Mojolicious
  20. # '
  21. # doesn't match '(?^:\[.*\] \[debug\] Works too\n)'
  22.  
  23. # Failed test 'right error message'
  24. # at t/mojo/log.t line 92.
  25. # '[Fri Jul 15 11:05:53 2016] [fatal] Second
  26. # '
  27. # doesn't match '(?^:\[.*\] \[error\] First\n)'
  28.  
  29. # Failed test 'right info message'
  30. # at t/mojo/log.t line 93.
  31. # '[Fri Jul 15 11:05:53 2016] [fatal] Second
  32. # '
  33. # doesn't match '(?^:\[.*\] \[info\] Fourth\nFifth\n)'
  34.  
  35. # Failed test 'right level'
  36. # at t/mojo/log.t line 98.
  37. # got: undef
  38. # expected: 'info'
  39.  
  40. # Failed test 'right message'
  41. # at t/mojo/log.t line 99.
  42. # got: undef
  43. # expected: 'Fourth'
  44.  
  45. # Failed test 'right message'
  46. # at t/mojo/log.t line 100.
  47. # got: undef
  48. # expected: 'Fifth'
  49.  
  50. # Failed test '"debug" log level is active'
  51. # at t/mojo/log.t line 105.
  52.  
  53. # Failed test '"info" log level is active'
  54. # at t/mojo/log.t line 106.
  55.  
  56. # Failed test '"warn" log level is active'
  57. # at t/mojo/log.t line 107.
  58.  
  59. # Failed test '"error" log level is active'
  60. # at t/mojo/log.t line 108.
  61.  
  62. # Failed test '"info" log level is active'
  63. # at t/mojo/log.t line 113.
  64.  
  65. # Failed test '"warn" log level is active'
  66. # at t/mojo/log.t line 114.
  67.  
  68. # Failed test '"error" log level is active'
  69. # at t/mojo/log.t line 115.
  70.  
  71. # Failed test '"warn" log level is active'
  72. # at t/mojo/log.t line 121.
  73.  
  74. # Failed test '"error" log level is active'
  75. # at t/mojo/log.t line 122.
  76.  
  77. # Failed test '"error" log level is active'
  78. # at t/mojo/log.t line 129.
  79. # Looks like you failed 18 tests of 50.
  80. t/mojo/log.t ...............................
  81. Dubious, test returned 18 (wstat 4608, 0x1200)
  82. Failed 18/50 subtests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement