Skip to content
Snippets Groups Projects
Commit 97635d62 authored by Ian Longden's avatar Ian Longden
Browse files

add REF types aswell to tests

parent eb77d6b7
No related branches found
No related tags found
No related merge requests found
......@@ -1098,11 +1098,15 @@ sub get_all_alt_locations {
push @alt, $axf;
} elsif( $axf->type() eq "PATCH_FIX"){
push @haps, $axf;
} elsif( $axf->type() eq "PATCH_FIX REF"){
push @haps, $axf;
} elsif( $axf->type() eq "HAP REF" ) {
push @haps, $axf if $return_all > 0 ;
# do nothing when you are on REF
} elsif( $axf->type() eq "PATCH_NOVEL"){
push @haps, $axf;
}elsif( $axf->type() eq "PATCH_NOVEL REF"){
push @haps, $axf;
} else {
warning("Unknown exception feature type ". $axf->type()."- ignoring.");
}
......
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