Fix testing bug. Windows only.
Arthur Axel "fREW" Schmidt [Wed, 5 Aug 2009 18:54:41 +0000 (18:54 +0000)]
t/93storage_replication.t

index ef2092a..9b6f1bf 100644 (file)
@@ -253,6 +253,7 @@ my $replicated_class = DBICTest->has_custom_dsn ?
 my $replicated;
 
 for my $method (qw/by_connect_info by_storage_type/) {
+  undef $replicated;
   ok $replicated = $replicated_class->new($method)
       => "Created a replication object $method";