Skip to content

Commit

Permalink
Sync with trunk
Browse files Browse the repository at this point in the history
svn path=/bioperl-live/branches/branch-1-6/; revision=15300
  • Loading branch information
cjfields committed Jan 6, 2009
1 parent 18dd237 commit b175f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Bio/DB/Query/HIVQuery.pm
Expand Up @@ -1271,6 +1271,7 @@ sub _do_lanl_request {
$response = $searchGet;
die "Search failed";
};
$response = $searchGet;
for ($searchGet->content) {
/$no_seqs_found_re/ && do {
die "No sequences found";
Expand Down
2 changes: 1 addition & 1 deletion t/SeqIO/abi.t
Expand Up @@ -8,7 +8,7 @@ BEGIN {
use Bio::Root::Test;

test_begin(-tests => 7,
-requires_module => 'Bio::SeqIO::staden::read 1.52');
-requires_module => 'Bio::SeqIO::staden::read 1.006');

use_ok('Bio::SeqIO');
}
Expand Down

0 comments on commit b175f86

Please sign in to comment.