From ef95be59dbd124ee07d195ef3706e1daaa25f768 Mon Sep 17 00:00:00 2001 From: James Moger Date: Mon, 15 Oct 2012 10:56:27 -0400 Subject: [PATCH] Cleanup tables after test --- tests/com/iciql/test/ForeignKeyTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/com/iciql/test/ForeignKeyTest.java b/tests/com/iciql/test/ForeignKeyTest.java index 0941516..3e0314c 100644 --- a/tests/com/iciql/test/ForeignKeyTest.java +++ b/tests/com/iciql/test/ForeignKeyTest.java @@ -1,5 +1,6 @@ /* * Copyright 2012 Frédéric Gaillard. + * Copyright 2012 James Moger. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,6 +44,8 @@ public class ForeignKeyTest { @After public void tearDown() { + db.dropTable(ProductAnnotationOnlyWithForeignKey.class); + db.dropTable(CategoryAnnotationOnly.class); db.close(); } -- 2.39.5