Advertisement
Guest User

Untitled

a guest
Mar 1st, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. prove -v t/db_dependent/Acquisition/StandingOrders.t
  2.  
  3. t/db_dependent/Acquisition/StandingOrders.t ..
  4. 1..13
  5. not ok 1 - basket correctly created as standing order basket
  6.  
  7. # Failed test 'basket correctly created as standing order basket'
  8. # at t/db_dependent/Acquisition/StandingOrders.t line 55.
  9. # got: '0'
  10. # expected: '1'
  11. Cannot insert order: Mandatory parameter quantity is missing at t/db_dependent/Acquisition/StandingOrders.t line 59
  12. # Looks like you planned 13 tests but ran 1.
  13. # Looks like you failed 1 test of 1 run.
  14. # Looks like your test exited with 255 just after 1.
  15. Dubious, test returned 255 (wstat 65280, 0xff00)
  16. Failed 13/13 subtests
  17.  
  18. Test Summary Report
  19. -------------------
  20. t/db_dependent/Acquisition/StandingOrders.t (Wstat: 65280 Tests: 1 Failed: 1)
  21. Failed test: 1
  22. Non-zero exit status: 255
  23. Parse errors: Bad plan. You planned 13 tests but ran 1.
  24. Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.97 cusr 0.08 csys = 1.07 CPU)
  25. Result: FAIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement