From: Rafael Kitover Date: Mon, 2 Nov 2009 11:55:34 +0000 (+0000) Subject: minor fix to last committed test X-Git-Tag: v0.08119~23^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=e4c5abce95d9c61db78c879be88d6dea0db30e95;hp=f29315edc47985600c0d8f212c2663aabf3bd030 minor fix to last committed test --- 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 = ();