Subject: | 0.43 failing tests for t/redirect |
prove -bvm t/redirect.t
t/redirect....
1..27
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[debug] Loaded Private actions:
.----------------------+--------------------------------------+---------
-----.
| Private | Class |
Method |
+----------------------+--------------------------------------+---------
-----+
| /hi | Catty |
hi |
| /gzipped | Catty |
gzipped |
| /default | Catty |
default |
| /die | Catty |
die |
| /greetings | Catty |
greetings |
| /hello | Catty |
hello |
| /bonjour | Catty |
bonjour |
| /check_auth_basic | Catty |
check_auth_- |
| | |
basic |
'----------------------+--------------------------------------+---------
-----'
[debug] Loaded Path actions:
.-------------------------------------+---------------------------------
-----.
| Path |
Private |
+-------------------------------------+---------------------------------
-----+
| /bonjour
| /bonjour |
| /check_auth_basic
| /check_auth_basic |
| /die
| /die |
| /greetings
| /greetings |
| /gzipped
| /gzipped |
| /hello
| /hello |
| /hi
| /hi |
'-------------------------------------+---------------------------------
-----'
[info] Catty powered by Catalyst 5.7014
[info] *** Request 1 (1.000/s) [4686] [Mon Sep 22 12:30:43 2008] ***
[debug] "GET" request for "hi" from "127.0.0.1"
[debug] Path is "hi"
[debug] Redirecting to "http://localhost/hello"
[info] Request took 0.005194s (192.530/s)
.----------------------------------------------------------------+------
-----.
| Action |
Time |
+----------------------------------------------------------------+------
-----+
| /hi |
0.000347s |
'----------------------------------------------------------------+------
-----'
[info] *** Request 2 (2.000/s) [4686] [Mon Sep 22 12:30:43 2008] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.003292s (303.767/s)
.----------------------------------------------------------------+------
-----.
| Action |
Time |
+----------------------------------------------------------------+------
-----+
| /hello |
0.000258s |
'----------------------------------------------------------------+------
-----'
HTTP::Message content must be bytes at
lib/Test/WWW/Mechanize/Catalyst.pm line 92
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 27/27 subtests
Test Summary Report
-------------------
t/redirect (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 27 tests but ran 0.
Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.25 cusr
0.11 csys = 0.39 CPU)
Result: FAIL