Skip to content
Snippets Groups Projects
Commit b9832940 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

add test to check multiple mappings

parent af947b10
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,10 @@ is( $new_path->[1]->name, 'clone', "Component is clone");
my $new_paths2 = $csa->store_mapping_path( $cs, $cln_cs );
is( @{$new_paths2}, 0, "No mapping path was added" ); # Should not update second time round
my $new_paths3 = $csa->store_multiple_mapping_path($cs, $ctg_cs);
is( @{$new_paths3}, 1, "Added a multiple mapping path");
is( $new_paths3->[0], "newsystem:NCBI35#contig", "Multiple mapping between newsystem and clone");
#
# Do some inserting of mock coord systems and
# do version retrieval
......
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