Uncomment and move AntTaskJsTest test to js module

This commit is contained in:
Nikolay Krasko
2016-03-29 17:40:24 +03:00
parent 4f7257ab66
commit 9fd5568425
@@ -21,8 +21,8 @@ import com.intellij.util.Function;
import com.intellij.util.containers.ContainerUtil;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
//import org.jetbrains.kotlin.js.test.rhino.RhinoFunctionResultChecker;
//import org.jetbrains.kotlin.js.test.rhino.RhinoUtils;
import org.jetbrains.kotlin.js.test.rhino.RhinoFunctionResultChecker;
import org.jetbrains.kotlin.js.test.rhino.RhinoUtils;
import org.jetbrains.kotlin.test.KotlinTestUtils;
import java.io.File;
@@ -61,7 +61,7 @@ public class AntTaskJsTest extends AbstractAntTaskTest {
}
});
//RhinoUtils.runRhinoTest(filePaths, new RhinoFunctionResultChecker("out", "foo", "box", "OK"));
RhinoUtils.runRhinoTest(filePaths, new RhinoFunctionResultChecker("out", "foo", "box", "OK"));
}
private void doJsAntTestForPostfixPrefix(@Nullable String prefix, @Nullable String postfix) throws Exception {