diff --git a/modules/t/coordSystemAdaptor.t b/modules/t/coordSystemAdaptor.t index b536802d26997b7bbbbacc14a0af71f711e7e3c8..4c76a752dac10520da429695e1d5e268b2f5b5f9 100644 --- a/modules/t/coordSystemAdaptor.t +++ b/modules/t/coordSystemAdaptor.t @@ -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