[Catalyst] new catalyst version breaks test in Catalyst-Model-Adaptor-0.02 and Catalyst-Plugin-Unicode-0.8

John Goulah jgoulah at gmail.com
Mon May 19 22:35:29 BST 2008


Hi folks,

I've narrowed down that the new version (5.7013) breaks tests in both
of these modules, but I'm not sure why  (they work against the last
version of Catalyst 5.7012, so there has been some change thats
affected this)


Heres the test output, as you can see its looking for the wrong output.


Catalyst-Model-Adaptor-0.02

t/00-load........ok
t/live-test......1/47 [error] No default action defined

#   Failed test 'get main page'
#   at t/live-test.t line 17.
# 500
# Internal Server Error

#   Failed test 'see if it has our text'
#   at t/live-test.t line 18.
#          got: "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Trans"...
#       length: 3747
#     doesn't match '(?i-xsm:it works)'
# Looks like you failed 2 tests of 47.
t/live-test...... Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/47 subtests

Test Summary Report
-------------------
t/live-test.t (Wstat: 512 Tests: 47 Failed: 2)
  Failed test number(s):  2-3
  Non-zero exit status: 2
Files=2, Tests=51,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.52 cusr
 0.08 csys =  0.62 CPU)
Result: FAIL
Failed 1/2 test programs. 2/51 subtests failed.
make: *** [test_dynamic] Error 2




-------------



Catalyst-Plugin-Unicode-0.8







t/01use..............ok
t/02pod..............skipped: set TEST_POD to enable this test
t/03podcoverage......skipped: Test::Pod::Coverage 1.04 required
t/live-test..........1/12 [error] No default action defined

#   Failed test 'get main page'
#   at t/live-test.t line 22.
# 500
# Internal Server Error

#   Failed test 'see if it has our text'
#   at t/live-test.t line 23.
#          got: "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Trans"...
#       length: 3747
#     doesn't match '(?i-xsm:it works)'
# Looks like you failed 2 tests of 12.
t/live-test.......... Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/12 subtests
Test Summary Report
-------------------
t/live-test.t    (Wstat: 512 Tests: 12 Failed: 2)
  Failed test number(s):  2-3
  Non-zero exit status: 2
Files=4, Tests=13,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.44 cusr
 0.08 csys =  0.54 CPU)
Result: FAIL
Failed 1/4 test programs. 2/13 subtests failed.
make: *** [test_dynamic] Error 2



More information about the Catalyst mailing list