X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04modifiers.t;fp=t%2F04modifiers.t;h=a271b3252efe546fc4771bcc84f5319bf7726d7e;hb=e817ab40ca5eb82456d50865e6ac3908f931ced6;hp=702c2992c209180eb859aee02a24d2236042c0d0;hpb=cba28f667daf8b24e06821e54f6b30d53aa2136f;p=scpubgit%2FQ-Branch.git diff --git a/t/04modifiers.t b/t/04modifiers.t index 702c299..a271b32 100644 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -393,7 +393,7 @@ for my $case (@and_or_tests) { \@bind, $case->{stmt}, $case->{bind}, - ) || diag_where( $case->{where} ); + ) || (diag_where ( $case->{where} ), diag dumper ([ EXP => $sql->_expand_expr($case->{where}) ])); } [], 'No warnings within and-or tests'; is_deeply ($case->{where}, $where_copy, 'Where conditions unchanged'); @@ -414,7 +414,7 @@ for my $case (@nest_tests) { \@bind, $case->{stmt}, $case->{bind}, - ) || diag_where ( $case->{where} ); + ) || (diag_where ( $case->{where} ), diag dumper ([ EXP => $sql->_expand_expr($case->{where}) ])); }); } }