Skip to content

Instantly share code, notes, and snippets.

@soh335
Created May 25, 2010 07:35
Show Gist options
  • Save soh335/412887 to your computer and use it in GitHub Desktop.
Save soh335/412887 to your computer and use it in GitHub Desktop.
ARK_DEBUG=1 prove -lv t/action_chain_slashinpathpart.t
t/action_chain_slashinpathpart.t .. [debug] Setup finished
[debug] "GET" request for "/foo/bar/hoge/fuga" from "127.0.0.1"
[debug] Arguments are "/foo/bar/hoge/fuga"
[error] no action found
not ok 1 - slash in pathpart ok
1..1
[debug] Request took 0.001168s (856.164/s)
.----------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------+-----------+
'----------------------------------------------------------------+-----------'
# Failed test 'slash in pathpart ok'
# at t/action_chain_slashinpathpart.t line 25.
# got: ''
# expected: 'bar'
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/action_chain_slashinpathpart.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr 0.03 csys = 0.22 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment