[Bioperl-guts-l] bioperl-live/t EUtilities.t,1.18,1.19
Christopher John Fields
cjfields at dev.open-bio.org
Fri Apr 20 18:43:34 EDT 2007
Update of /home/repository/bioperl/bioperl-live/t
In directory dev.open-bio.org:/tmp/cvs-serv20398
Modified Files:
EUtilities.t
Log Message:
revamping eutils tests; ramping up for refactoring
Index: EUtilities.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/EUtilities.t,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** EUtilities.t 29 Nov 2006 11:25:01 -0000 1.18
--- EUtilities.t 20 Apr 2007 22:43:32 -0000 1.19
***************
*** 1,19 ****
# This is -*-Perl-*- code
! ## Bioperl Test Harness Script for Modules
! ##
! # $Id$
!
! # Before `make install' is performed this script should be runnable with
! # `make test'. After `make install' it should work as `perl test.t'
!
# Note this uses Test::More; this should catch the few perl versions w/o
# this test suite
[...1561 lines suppressed...]
***************
*** 777,781 ****
# returned XML yet
! SKIP: {
$eutil = Bio::DB::EUtilities->new(
-eutil => 'egquery',
--- 850,854 ----
# returned XML yet
! sub egquery {
$eutil = Bio::DB::EUtilities->new(
-eutil => 'egquery',
***************
*** 790,791 ****
--- 863,865 ----
}
+ 1;
\ No newline at end of file
More information about the Bioperl-guts-l
mailing list