X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fstorage%2Freplication.t;h=985e8135c8f37cbc93bfb948e69186ca062814f0;hp=518af3ed5222c1b64939b3564e45791f5aac76cc;hb=e4c5abce95d9c61db78c879be88d6dea0db30e95;hpb=f29315edc47985600c0d8f212c2663aabf3bd030 diff --git a/t/storage/replication.t b/t/storage/replication.t index 518af3e..985e813 100644 --- a/t/storage/replication.t +++ b/t/storage/replication.t @@ -299,6 +299,7 @@ for my $method (qw/by_connect_info by_storage_type/) { delete $replicated_methods{$method} unless exists $storage_dbi_methods{$method}; } + @replicated_methods = keys %replicated_methods; # check that what's left is implemented %count = ();