]> source.dussan.org Git - iciql.git/commitdiff
Cleanup CLOB test table
authorJames Moger <james.moger@gitblit.com>
Wed, 1 Feb 2017 00:36:55 +0000 (19:36 -0500)
committerJames Moger <james.moger@gitblit.com>
Wed, 1 Feb 2017 00:36:55 +0000 (19:36 -0500)
src/test/java/com/iciql/test/IciqlSuite.java

index 92525e04d5253bb81f2adc702061b6691edd944f..bbbd5c68aff74d2e25a10f7206a1b081eb456503 100644 (file)
@@ -237,6 +237,7 @@ public class IciqlSuite {
         db.dropTable(ProductAnnotationOnlyWithForeignKey.class);
         db.dropTable(CategoryAnnotationOnly.class);
         db.dropTable(SerializedObjectTypeAdapterTest.class);
+        db.dropTable(ClobTest.StringRecord.class);
 
         return db;
     }