[Bast-commits] r7554 - SQL-Abstract/1.x/trunk/t

nigel at dev.catalyst.perl.org nigel at dev.catalyst.perl.org
Fri Sep 4 14:36:21 GMT 2009


Author: nigel
Date: 2009-09-04 14:36:20 +0000 (Fri, 04 Sep 2009)
New Revision: 7554

Modified:
   SQL-Abstract/1.x/trunk/t/02where.t
Log:
Removed debugging code accidently added

Modified: SQL-Abstract/1.x/trunk/t/02where.t
===================================================================
--- SQL-Abstract/1.x/trunk/t/02where.t	2009-09-04 14:34:55 UTC (rev 7553)
+++ SQL-Abstract/1.x/trunk/t/02where.t	2009-09-04 14:36:20 UTC (rev 7554)
@@ -311,7 +311,7 @@
     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};
     });
 }




More information about the Bast-commits mailing list