[Perlunit-devel] Arrgh...
Status: Beta
Brought to you by:
mca1001
|
From: Piers C. <pdc...@bo...> - 2001-11-14 08:58:05
|
So, I thought, I'll run the tests using perl 5.7.2, and look what
happens.
PERL_DL_NONLAZY=1 /opt/perl-current/bin/perl -Iblib/arch -Iblib/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/all_tests.......Package `Test::Unit::tests::TornDown' not found (did you use the incorrect case?) at blib/lib/Test/Unit/tests/SuiteTest.pm line 9.
Package `Test::Unit::tests::WasRun' not found (did you use the incorrect case?) at blib/lib/Test/Unit/tests/SuiteTest.pm line 10.
Package `Test::Unit::tests::TornDown' not found (did you use the incorrect case?) at blib/lib/Test/Unit/tests/TestTest.pm line 6.
Package `Test::Unit::tests::WasRun' not found (did you use the incorrect case?) at blib/lib/Test/Unit/tests/TestTest.pm line 7.
t/all_tests.......ok
t/assert..........ok
t/try_examples....NOK 2Skipping example file 'examples/fail_example.pm', no guru-checked answer
t/try_examples....FAILED tests 4-6
Failed 3/9 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/try_examples.t 9 3 33.33% 4-6
Failed 1/3 test scripts, 66.67% okay. 3/62 subtests failed, 95.16% okay.
make: *** [test_dynamic] Error 29
Not good.
However, if I try to run the tests by hand, then t/all_tests.t
succeeds. Much strangeness methinks, presumably related to the new
MakeMaker.
Right now this is a show stopper for making a tarball and I'm at work
and don't have time to work on it for another 8 or so hours. If the
fixing elves can see their way clear to sorting this out we should be
able to do a CPAN release either at the end of today or tomorrow (need
to work out how to get CPAN to see me as the maintainer of
PerlUnit...)
--
Piers
"It is a truth universally acknowledged that a language in
possession of a rich syntax must be in need of a rewrite."
-- Jane Austen?
|