projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d59cf2f
)
Fix testing bug. Windows only.
Arthur Axel "fREW" Schmidt [Wed, 5 Aug 2009 18:54:41 +0000 (18:54 +0000)]
t/93storage_replication.t
patch
|
blob
|
blame
|
history
diff --git
a/t/93storage_replication.t
b/t/93storage_replication.t
index
ef2092a
..
9b6f1bf
100644
(file)
--- a/
t/93storage_replication.t
+++ b/
t/93storage_replication.t
@@
-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";