if the optional tests run, the second create was failing. drop the table before creating it the second time.

This commit is contained in:
Scott Walters 2011-09-06 19:28:23 -04:00
parent 795b7d6b6e
commit 4ba683ddc3

View file

@ -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 = (