[Bioperl-guts-l] bioperl-network/t Graph-MD5.t,1.2,1.3
Brian Osborne
bosborne at dev.open-bio.org
Sun Sep 24 16:12:22 EDT 2006
Update of /home/repository/bioperl/bioperl-network/t
In directory dev.open-bio.org:/tmp/cvs-serv15466/t
Modified Files:
Graph-MD5.t
Log Message:
Explicitly require Graph::Undirected rather than Graph, see if that makes a difference.
Index: Graph-MD5.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-network/t/Graph-MD5.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Graph-MD5.t 1 Jun 2006 13:43:12 -0000 1.2
--- Graph-MD5.t 24 Sep 2006 20:12:20 -0000 1.3
***************
*** 19,23 ****
$NUMTESTS = 19;
plan tests => $NUMTESTS;
! eval { require Graph; };
if ( $@ ) {
warn("Graph required by the bioperl-network package, skipping tests");
--- 19,23 ----
$NUMTESTS = 19;
plan tests => $NUMTESTS;
! eval { require Graph::Undirected; };
if ( $@ ) {
warn("Graph required by the bioperl-network package, skipping tests");
More information about the Bioperl-guts-l
mailing list