Skip to content
Snippets Groups Projects
Commit c7ffc26b authored by Patrick Meidl's avatar Patrick Meidl
Browse files

restore meta table after tests to prevent warning in other unit tests

parent 275bbd7e
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ ok(@$path == 3 && ...@@ -133,6 +133,7 @@ ok(@$path == 3 &&
# #
$multi->save('core', 'coord_system'); $multi->save('core', 'coord_system');
$multi->save('core', 'meta');
$cs = Bio::EnsEMBL::CoordSystem->new $cs = Bio::EnsEMBL::CoordSystem->new
(-NAME => 'newsystem', (-NAME => 'newsystem',
...@@ -180,6 +181,7 @@ my $new_paths2 = $csa->store_mapping_path( $cs, $cln_cs ); ...@@ -180,6 +181,7 @@ my $new_paths2 = $csa->store_mapping_path( $cs, $cln_cs );
ok( @{$new_paths2} == 0 ); # Should not update second time round ok( @{$new_paths2} == 0 ); # Should not update second time round
$multi->restore('core', 'coord_system'); $multi->restore('core', 'coord_system');
$multi->restore('core', 'meta');
......
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