[svn:dbi] r14773 - dbi/trunk/t
[email protected] Fri, 25 Mar 2011 14:47:17 -0700 (PDT)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
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);