Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created August 28, 2012 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmichaud/3497770 to your computer and use it in GitHub Desktop.
Save pmichaud/3497770 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/p6/star/modules/Bailador$ prove -e ../../install/bin/perl6 t/02-response-status.t
t/02-response-status.t .. Failed 2/4 subtests
Test Summary Report
-------------------
t/02-response-status.t (Wstat: 0 Tests: 4 Failed: 2)
Failed tests: 1, 3
Files=1, Tests=4, 2 wallclock secs ( 0.03 usr 0.01 sys + 1.28 cusr 0.20 csys = 1.52 CPU)
Result: FAIL
pmichaud@plum:~/p6/star/modules/Bailador$ ../../install/bin/perl6 t/02-response-status.t
1..4
not ok 1 -
# got: '404'
# expected: '200'
ok 2 -
not ok 3 -
# got: '404'
# expected: '200'
ok 4 -
# Looks like you failed 2 tests of 4
pmichaud@plum:~/p6/star/modules/Bailador$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment