Skip to content
Snippets Groups Projects
Commit 7339526a authored by Asier Gonzalez's avatar Asier Gonzalez Committed by Marek Szuba
Browse files

Reduce range of outward search to 140 bp to test that test fails

parent bd824c08
No related branches found
No related tags found
2 merge requests!407Fix fetch_all_by_outward_search,!457Patch to support longer assembly names in the mapping session table.
......@@ -178,7 +178,7 @@ cmp_ok(scalar(@results), '==', 5, 'Upstream of reverse stranded feature gives al
# Test iterative search
@results = @{ $sfa->fetch_all_by_outward_search(-FEATURE => $a, -LIMIT => 5, -RANGE => 10, -MAX_RANGE => 160)};
@results = @{ $sfa->fetch_all_by_outward_search(-FEATURE => $a, -LIMIT => 5, -RANGE => 10, -MAX_RANGE => 140)};
cmp_ok($results[3]->[0]->display_id, 'eq', 'c', 'Check for a feature found outside its initial search range');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment