Skip to content

Commit

Permalink
Removed Bio::Seq use from t/RootI.t
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheena Scroggins authored and rbuels committed Aug 18, 2011
1 parent 82ff771 commit 6797ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/Root/RootI.t
Expand Up @@ -7,10 +7,10 @@ BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin(-tests => 63);
test_begin(-tests => 62);

use_ok('Bio::Root::Root');
use_ok('Bio::Seq');

}

ok my $obj = Bio::Root::Root->new();
Expand Down Expand Up @@ -79,7 +79,7 @@ my $verbobj = Bio::Root::Root->new(-verbose=>1,-strict=>1);
is $verbobj->verbose(), 1;

$Bio::Root::Root::DEBUG = 1;
my $seq = Bio::Seq->new();
my $seq = Bio::Root::Root->new();
is $seq->verbose, 1;

# test for bug #1343
Expand Down

0 comments on commit 6797ae9

Please sign in to comment.