Skip to content

Commit

Permalink
if the optional tests run, the second create was failing. drop the ta…
Browse files Browse the repository at this point in the history
…ble before creating it the second time.
  • Loading branch information
scottwalters committed Sep 6, 2011
1 parent 795b7d6 commit 4ba683d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/SQL.t
Expand Up @@ -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 = (
Expand Down

0 comments on commit 4ba683d

Please sign in to comment.