]> source.dussan.org Git - iciql.git/commitdiff
Cleanup tables after test
authorJames Moger <james.moger@gmail.com>
Mon, 15 Oct 2012 14:56:27 +0000 (10:56 -0400)
committerJames Moger <james.moger@gmail.com>
Mon, 15 Oct 2012 14:56:27 +0000 (10:56 -0400)
tests/com/iciql/test/ForeignKeyTest.java

index 094151644d8376da6c250f295807d84ff5e4f041..3e0314c84fd99959ac6d79ff75c0b2471d10545f 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
  * Copyright 2012 Frédéric Gaillard.\r
+ * Copyright 2012 James Moger.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -43,6 +44,8 @@ public class ForeignKeyTest {
 \r
        @After\r
        public void tearDown() {\r
+               db.dropTable(ProductAnnotationOnlyWithForeignKey.class);\r
+               db.dropTable(CategoryAnnotationOnly.class);\r
                db.close();\r
        }\r
 \r