Skip to content

Commit

Permalink
test count off on skip (ID mapper appears to be having some issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Jul 23, 2010
1 parent a7be379 commit 8a8d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/RemoteDB/SwissProt.t
Expand Up @@ -74,7 +74,7 @@ SKIP: {
-to => 'ACC',
-ids => [qw(MYOD1_PIG YNB3_YEAST)])
};
skip("Problem with idtracker(), skipping these tests: $@", 4) if $@;
skip("Problem with idtracker(), skipping these tests: $@", 3) if $@;

is($map->{MYOD1_PIG}, 'P49811');
is($map->{YNB3_YEAST}, 'P53979');
Expand Down

0 comments on commit 8a8d142

Please sign in to comment.