Fixed up tests to accommodate new DB2 producer changes and sqlite tests to not test...
[dbsrgits/SQL-Translator.git] / t / 48xml-to-sqlite.t
index fd05ad4..6ed2a22 100644 (file)
@@ -38,9 +38,6 @@ is($sql, << "SQL");
 BEGIN TRANSACTION;
 
 
---
--- Table: Basic
---
 DROP TABLE Basic;
 CREATE TABLE Basic (
   id INTEGER PRIMARY KEY NOT NULL,