[Bioperl-guts-l] [15054] bioperl-live/trunk/t/SeqIO/bsml.t: XML::DOM dependancy
Jason Stajich
jason at dev.open-bio.org
Tue Dec 2 01:46:54 EST 2008
Revision: 15054
Author: jason
Date: 2008-12-02 01:46:53 -0500 (Tue, 02 Dec 2008)
Log Message:
-----------
XML::DOM dependancy
Modified Paths:
--------------
bioperl-live/trunk/t/SeqIO/bsml.t
Modified: bioperl-live/trunk/t/SeqIO/bsml.t
===================================================================
--- bioperl-live/trunk/t/SeqIO/bsml.t 2008-12-02 04:32:17 UTC (rev 15053)
+++ bioperl-live/trunk/t/SeqIO/bsml.t 2008-12-02 06:46:53 UTC (rev 15054)
@@ -8,9 +8,9 @@
use BioperlTest;
test_begin(-tests => 15,
- -requires_modules => []
+ -requires_modules => ['XML::DOM']
);
-
+ use_ok('XML::DOM');
use_ok('Bio::SeqIO::bsml');
}
@@ -41,4 +41,4 @@
TODO: {
local $TODO = 'possible bug - bsml parser not getting dblink annotations';
is($seq->annotation->get_Annotations('dblink'), 2, 'get_Annotations dblink');
-}
\ No newline at end of file
+}
More information about the Bioperl-guts-l
mailing list