Browse Source

Cleanup tables after test

tags/v1.2.0
James Moger 11 years ago
parent
commit
ef95be59db
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      tests/com/iciql/test/ForeignKeyTest.java

+ 3
- 0
tests/com/iciql/test/ForeignKeyTest.java View File

@@ -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();
}

Loading…
Cancel
Save