[Bioperl-l] Analysis Tests

Shawn Hoon shawnh at pub.open-bio.org
Sun May 25 01:52:20 EDT 2003


Hi Martin,

	I'm trying to tag bioperl-run with a release and am getting errors 
in Analysis_soap.t
I'm working with the current bioperl-live.

[Shawn-Hoons-Computer:~/cvs_src/bioperl-run-release/bioperl-run] shawn% 
make test_Analysis_soap
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness 
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/Analysis_soap.t
t/Analysis_soap....FAILED tests 7, 14
        Failed 2/19 tests, 89.47% okay (less 1 skipped test: 16 okay, 
84.21%)
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Analysis_soap.t               19    2  10.53%  7 14
1 subtest skipped.
Failed 1/1 test scripts, 0.00% okay. 2/19 subtests failed, 89.47% okay.
make: *** [test_Analysis_soap] Error 35

this comes to line 113 and 158

113 skip ($serror, eval { ref ($seqret->result_spec) eq 'HASH' });

156 eval { $empty_job = $seqret->create_job() };
157 print sprintf ($format, 'creating an empty job ');
158 skip ($serror, ref ($empty_job) =~ /^Bio::Tools::Run::Analysis::Job/);

is this some kind of  network access error?

thanks

shawn








More information about the Bioperl-l mailing list