Removed debugging code accidently added
Nigel Metheringham [Fri, 4 Sep 2009 14:36:20 +0000 (14:36 +0000)]
t/02where.t

index 774fc80..9d22beb 100644 (file)
@@ -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};
     });
 }