JS backend: fixes after rename testFiles -> testData
This commit is contained in:
@@ -44,7 +44,7 @@ public abstract class BasicTest extends KotlinTestWithEnvironment {
|
||||
protected static final Iterable<EcmaVersion> DEFAULT_ECMA_VERSIONS = Lists.newArrayList(EcmaVersion.v5);
|
||||
|
||||
private static final boolean DELETE_OUT = false;
|
||||
private static final String TEST_FILES = "js/js.translator/testFiles/";
|
||||
private static final String TEST_FILES = "js/js.translator/testData/";
|
||||
private static final String CASES = "cases/";
|
||||
private static final String OUT = "out/";
|
||||
private static final String EXPECTED = "expected/";
|
||||
|
||||
@@ -23,7 +23,7 @@ public class StdLibJsArrayQUnitTest extends StdLibQUnitTestSupport {
|
||||
}
|
||||
|
||||
// TODO for some reason this test fails when ran as part of all the js-backend tests, but works stand alone
|
||||
// generates: ReferenceError: "QUnit" is not defined. (js/js.translator/testFiles/stdlib/out/ArrayQUnitTest.compiler_v3.js#3058)
|
||||
// generates: ReferenceError: "QUnit" is not defined. (js/js.translator/testData/stdlib/out/ArrayQUnitTest.compiler_v3.js#3058)
|
||||
// when ran in batch
|
||||
|
||||
public void DISABLED_testArrayQUnitTest() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user