List:Commits« Previous MessageNext Message »
From:capttofu Date:June 8 2007 1:13pm
Subject:[svn:DBD-mysql] r9635 - DBD-mysql/trunk/t
View as plain text  
Author: capttofu
Date: Fri Jun  8 06:13:17 2007
New Revision: 9635

Modified:
   DBD-mysql/trunk/t/80procs.t

Log:
* Small clean-up


Modified: DBD-mysql/trunk/t/80procs.t
==============================================================================
--- DBD-mysql/trunk/t/80procs.t	(original)
+++ DBD-mysql/trunk/t/80procs.t	Fri Jun  8 06:13:17 2007
@@ -65,8 +65,8 @@
   { RaiseError => 1, AutoCommit => 1})) or ServerError() ;
 
   # don't want this during make test!
-  Test($state or (1 || $dbh->trace("3", "/tmp/trace.log"))) or
-  DbiError($dbh->err, $dbh->errstr);
+  #Test($state or (1 || $dbh->trace("3", "/tmp/trace.log"))) or
+  #DbiError($dbh->err, $dbh->errstr);
 
   $table= 't1';
   Test($state or $dbh->do("DROP TABLE IF EXISTS $table"))
Thread
[svn:DBD-mysql] r9635 - DBD-mysql/trunk/tcapttofu8 Jun