Advertisement
Guest User

Untitled

a guest
May 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.30 KB | None | 0 0
  1. korshak@dev ~/dev/tmp/object-db $ perl -Ilib t/crud/count.t
  2. 1..7
  3. DBD::SQLite::db selectrow_hashref failed: no such table: foo at lib/ObjectDB.pm line 144.
  4. ok 1
  5. ok 2
  6. DBD::SQLite::db prepare failed: no such table: author at lib/ObjectDB.pm line 211.
  7. DBD::SQLite::db selectrow_hashref failed: no such table: author at lib/ObjectDB.pm line 144.
  8. not ok 3
  9. #   Failed test at t/crud/count.t line 25.
  10. #          got: undef
  11. #     expected: '1'
  12. DBD::SQLite::db prepare failed: no such table: author at lib/ObjectDB.pm line 211.
  13. DBD::SQLite::db selectrow_hashref failed: no such table: author at lib/ObjectDB.pm line 144.
  14. not ok 4
  15. #   Failed test at t/crud/count.t line 28.
  16. #          got: undef
  17. #     expected: '2'
  18. DBD::SQLite::db selectrow_hashref failed: no such table: author at lib/ObjectDB.pm line 144.
  19. not ok 5
  20. #   Failed test at t/crud/count.t line 30.
  21. #          got: undef
  22. #     expected: '0'
  23. DBD::SQLite::db selectrow_hashref failed: no such table: author at lib/ObjectDB.pm line 144.
  24. not ok 6
  25. #   Failed test at t/crud/count.t line 32.
  26. #          got: undef
  27. #     expected: '1'
  28. DBD::SQLite::db selectrow_hashref failed: no such table: author at lib/ObjectDB.pm line 144.
  29. not ok 7
  30. #   Failed test at t/crud/count.t line 34.
  31. #          got: undef
  32. #     expected: '2'
  33. # Looks like you failed 5 tests of 7.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement