* Fixed the initial DROP TABLE statement (used to drop the wrong table).
Norbert Buchmuller [Wed, 18 Feb 2009 03:11:58 +0000 (04:11 +0100)]
t/bindtype_columns.t

index 05b514c..0a3f77d 100644 (file)
@@ -18,7 +18,7 @@ my $dbh = $schema->storage->dbh;
 
 {
     local $SIG{__WARN__} = sub {};
-    $dbh->do('DROP TABLE IF EXISTS artist');
+    $dbh->do('DROP TABLE IF EXISTS bindtype_test');
 
     # the blob/clob are for reference only, will be useful when we switch to SQLT and can test Oracle along the way
     $dbh->do(qq[