WT-1985. Added teardown() call so multiple tests don't fail.

This commit is contained in:
Don Anderson
2015-07-13 13:50:05 -04:00
parent 83a7f8ae93
commit dade574129

View File

@@ -156,6 +156,7 @@ public class ExceptionTest {
sess2.close("");
}
Assert.assertEquals(caught, true);
teardown();
}
private void setup(String uriparam, String keyFormat, String valueFormat) {