Fixed tests by running super.tearDown()

This commit is contained in:
Evgeny Gerashchenko
2013-01-28 20:20:37 +04:00
parent 3acf284a4a
commit f4c91915bb
@@ -46,6 +46,7 @@ public class ScriptGenTest extends CodegenTestCase {
@Override
protected void tearDown() throws Exception {
scriptInstance = null;
super.tearDown();
}
private void blackBoxScript(String filename) {