summaryrefslogtreecommitdiff
path: root/test/java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java')
-rw-r--r--test/java/com/wiredtiger/test/ExceptionTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/java/com/wiredtiger/test/ExceptionTest.java b/test/java/com/wiredtiger/test/ExceptionTest.java
index 25a88454450..b6330c62e0e 100644
--- a/test/java/com/wiredtiger/test/ExceptionTest.java
+++ b/test/java/com/wiredtiger/test/ExceptionTest.java
@@ -156,6 +156,7 @@ public class ExceptionTest {
sess2.close("");
}
Assert.assertEquals(caught, true);
+ teardown();
}
private void setup(String uriparam, String keyFormat, String valueFormat) {