JS: do not use "-no-stdlib" in non-relevant tests
Rename some Ant tests: "simple[...]" -> "simpleWithoutStdlib[...]" and "simpleWithStdlib[...]" -> "simple[...]"
This commit is contained in:
@@ -95,7 +95,7 @@ public class AntTaskJsTest extends AbstractAntTaskTest {
|
||||
doJsAntTest();
|
||||
}
|
||||
|
||||
public void testSimpleWithStdlib() throws Exception {
|
||||
public void testSimpleWithoutStdlib() throws Exception {
|
||||
doJsAntTest();
|
||||
}
|
||||
|
||||
@@ -107,19 +107,19 @@ public class AntTaskJsTest extends AbstractAntTaskTest {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
public void testSimpleWithStdlibAndJsFileAsAnotherLib() throws Exception {
|
||||
public void testSimpleWithJsFileAsAnotherLib() throws Exception {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
public void testSimpleWithStdlibAndJsFileAsAnotherLibModuleKind() throws Exception {
|
||||
public void testSimpleWithJsFileAsAnotherLibModuleKind() throws Exception {
|
||||
doJsAntTest(true, "amd.js", "jslib-example.js");
|
||||
}
|
||||
|
||||
public void testSimpleWithStdlibAndTwoJsFilesAsLibraries() throws Exception {
|
||||
public void testSimpleWithTwoJsFilesAsLibraries() throws Exception {
|
||||
doJsAntTest("jslib-example1.js", "jslib-example2.js");
|
||||
}
|
||||
|
||||
public void testSimpleWithStdlibAndJsFilesWithTwoModulesAsLibrary() throws Exception {
|
||||
public void testSimpleWithJsFilesWithTwoModulesAsLibrary() throws Exception {
|
||||
doJsAntTest("jslib-example.js");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user