Subject: | Tests fail with SOAP::Lite 0.66 |
CAM-SOAP-App 1.05 fails to pass tests with Perl v5.8.7 and SOAP::Lite 0.66:
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/lenient....ok
t/server.....ok 4/8use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri) at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Lite.pm line 858.
Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Transport/HTTP.pm line 314.
t/server.....NOK 5
# Failed test 'Fault: NoYear'
# in t/server.t at line 115.
# got: 'soap:NoYear'
# expected: 'SOAP-ENV:NoYear'
Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Transport/HTTP.pm line 314.
t/server.....NOK 6
# Failed test 'Fault: BadYear'
# in t/server.t at line 115.
# got: 'soap:BadYear'
# expected: 'SOAP-ENV:BadYear'
Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Transport/HTTP.pm line 314.
use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri) at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Lite.pm line 858.
t/server.....ok 7/8Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Transport/HTTP.pm line 314.
use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri) at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Lite.pm line 858.
Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Transport/HTTP.pm line 314.
use_prefix has been deprecated. if you wish to turn off or on the use of a default namespace, then please use either ns(uri) or default_ns(uri) at /usr/local/lib/perl5/site_perl/5.8.7/SOAP/Lite.pm line 858.
# Looks like you failed 2 tests of 8.
t/server.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5-6
Failed 2/8 tests, 75.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/server.t 2 512 8 2 25.00% 5-6
Failed 1/2 test scripts, 50.00% okay. 2/9 subtests failed, 77.78% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
I think the deprecated massages can be ignored...