From c7ffc26b3560f70c3e655b3a0b038804bb10c4d0 Mon Sep 17 00:00:00 2001 From: Patrick Meidl <pm2@sanger.ac.uk> Date: Mon, 12 Feb 2007 21:24:18 +0000 Subject: [PATCH] restore meta table after tests to prevent warning in other unit tests --- modules/t/coordSystemAdaptor.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/t/coordSystemAdaptor.t b/modules/t/coordSystemAdaptor.t index d4fd509432..cecda4e9ba 100644 --- a/modules/t/coordSystemAdaptor.t +++ b/modules/t/coordSystemAdaptor.t @@ -133,6 +133,7 @@ ok(@$path == 3 && # $multi->save('core', 'coord_system'); +$multi->save('core', 'meta'); $cs = Bio::EnsEMBL::CoordSystem->new (-NAME => 'newsystem', @@ -180,6 +181,7 @@ my $new_paths2 = $csa->store_mapping_path( $cs, $cln_cs ); ok( @{$new_paths2} == 0 ); # Should not update second time round $multi->restore('core', 'coord_system'); +$multi->restore('core', 'meta'); -- GitLab