[Bioperl-guts-l] [15434] bioperl-network/trunk/t/IO_dip_tab.t: Remove superfluous use_ok
Brian Osborne
bosborne at dev.open-bio.org
Thu Jan 22 09:38:44 EST 2009
Revision: 15434
Author: bosborne
Date: 2009-01-22 09:38:44 -0500 (Thu, 22 Jan 2009)
Log Message:
-----------
Remove superfluous use_ok
Modified Paths:
--------------
bioperl-network/trunk/t/IO_dip_tab.t
Modified: bioperl-network/trunk/t/IO_dip_tab.t
===================================================================
--- bioperl-network/trunk/t/IO_dip_tab.t 2009-01-22 14:36:17 UTC (rev 15433)
+++ bioperl-network/trunk/t/IO_dip_tab.t 2009-01-22 14:38:44 UTC (rev 15434)
@@ -6,12 +6,10 @@
BEGIN {
use Bio::Root::Test;
- test_begin(-tests => 19,
+ test_begin(-tests => 17,
-requires_module => 'Graph');
use_ok('Bio::Network::IO');
- use_ok('Bio::Network::Edge');
- use_ok('Bio::Network::Node');
use_ok('Bio::Seq');
}
More information about the Bioperl-guts-l
mailing list