From: Nigel Metheringham Date: Fri, 4 Sep 2009 14:36:20 +0000 (+0000) Subject: Removed debugging code accidently added X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e9a4b38988ebfeec6397d881c95e8947fb7fb5d;p=scpubgit%2FQ-Branch.git Removed debugging code accidently added --- diff --git a/t/02where.t b/t/02where.t index 774fc80..9d22beb 100644 --- a/t/02where.t +++ b/t/02where.t @@ -311,7 +311,7 @@ for my $case (@handle_tests) { my($stmt, @bind); lives_ok (sub { ($stmt, @bind) = $sql->where($case->{where}, $case->{order}); - is_same_sql_bind($stmt, \@bind, $case->{stmt}, $case->{bind}, $stmt) + is_same_sql_bind($stmt, \@bind, $case->{stmt}, $case->{bind}) || diag "Search term:\n" . Dumper $case->{where}; }); }