projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f29315e
)
minor fix to last committed test
Rafael Kitover [Mon, 2 Nov 2009 11:55:34 +0000 (11:55 +0000)]
t/storage/replication.t
patch
|
blob
|
blame
|
history
diff --git
a/t/storage/replication.t
b/t/storage/replication.t
index
518af3e
..
985e813
100644
(file)
--- 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 = ();