From 4ba683ddc3f2bd6d5ede2c88abb65a18c142afeb Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Tue, 6 Sep 2011 19:28:23 -0400 Subject: [PATCH] if the optional tests run, the second create was failing. drop the table before creating it the second time. --- t/SQL.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/SQL.t b/t/SQL.t index 5b3469ef8..d7049fd93 100644 --- a/t/SQL.t +++ b/t/SQL.t @@ -225,6 +225,7 @@ SKIP: { } +$session->db->dbh->do('DROP TABLE IF EXISTS testTable'); $session->db->dbh->do('CREATE TABLE testTable (myIndex int(8) NOT NULL default 0, message CHAR(64), myKey varchar(32), PRIMARY KEY(myIndex))'); my @tableData = (