projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cab79c9
)
Missed test spewing odd debug after fd2c6658f (slave-less replication)
Peter Rabbitson [Thu, 28 Apr 2016 07:07:08 +0000 (09:07 +0200)]
Disabling VIA_REPLICATED as it makes no sense here anyway
t/storage/dbi_coderef.t
patch
|
blob
|
blame
|
history
diff --git
a/t/storage/dbi_coderef.t
b/t/storage/dbi_coderef.t
index
4bbae78
..
9408417
100644
(file)
--- a/
t/storage/dbi_coderef.t
+++ b/
t/storage/dbi_coderef.t
@@
-3,6
+3,8
@@
BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
use strict;
use warnings;
+BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 }
+
use Test::More;
use DBICTest;