minor fix to last committed test
Rafael Kitover [Mon, 2 Nov 2009 11:55:34 +0000 (11:55 +0000)]
t/storage/replication.t

index 518af3e..985e813 100644 (file)
@@ -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 = ();