X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FBaseSchema.pm;fp=t%2Flib%2FDBICTest%2FBaseSchema.pm;h=3ccd016e8054c2600142697491077ae9c00512ac;hb=91028369783da0db94a61e879860b8da97417fbb;hp=396367867f6079316b1ed2919e51e29cfc55edb6;hpb=2781bf350385459d9da6a511a9ef776d41e5f93d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/BaseSchema.pm b/t/lib/DBICTest/BaseSchema.pm index 3963678..3ccd016 100644 --- a/t/lib/DBICTest/BaseSchema.pm +++ b/t/lib/DBICTest/BaseSchema.pm @@ -483,6 +483,7 @@ sub connection { emit_loud_diag( # not much else we can do (aside from exit(1) which is too obnoxious) msg => 'Incorrect call of result_source() in an eval', + emit_dups => 1, ); @@ -564,7 +565,7 @@ sub connection { # not much else we can do (aside from exit(1) which is too obnoxious) msg => 'Incorrect call of result_source_instance() in an eval', skip_frames => 1, - show_dups => 1, + emit_dups => 1, ); &$orig_rsrc_instance;