Author: mjevans
Date: Fri Mar 25 14:47:17 2011
New Revision: 14773

Modified:
   dbi/trunk/t/10examp.t

Log:
comment only

Modified: dbi/trunk/t/10examp.t
==============================================================================
--- dbi/trunk/t/10examp.t       (original)
+++ dbi/trunk/t/10examp.t       Fri Mar 25 14:47:17 2011
@@ -355,6 +355,7 @@
 ok( !eval { $se_sth1->execute } );
 like $@, qr/\[for Statement "select mode from \?" with ParamValues: 1='val1', 
2='val2', 3='val3', 4='val4', 5='val5', 6='val6', 7='val7', 8='val8', 9='val9', 
10='val10', 11='val11'\]/;
 
+# this test relies on the fact that ShowErrorStatement is set above
 eval {
     local $se_sth1->{PrintError} = 0;
     $se_sth1->execute(1,2);

Reply via email to