commit | 882e83ff3687f3fbbc51483f964bf9a37df39171 | [log] [tgz] |
---|---|---|
author | Frédéric THOMAS <webdoublefx@gmail.com> | Tue Jul 07 19:22:57 2015 +0100 |
committer | Frédéric THOMAS <webdoublefx@gmail.com> | Tue Jul 07 19:22:57 2015 +0100 |
tree | 6fe3a43349087cce8828b0a72e8c575903ca766f | |
parent | c55587ceb2cb8439b884c1c3c09367056ca52975 [diff] |
Cleanup the tests
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestCollectImports.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestCollectImports.java index ad025c3..a7ab2b8 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestCollectImports.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestCollectImports.java
@@ -191,7 +191,7 @@ assertCompileTestFileSuccess(IMPORTS_TEST_DIR); - client.emit(); + //client.emit(); FunctionReference importFunction = (FunctionReference) model.getFunctions().toArray()[0]; assertNotNull(importFunction); @@ -215,7 +215,7 @@ @Override protected void configure(ExternCConfiguration config) throws IOException { - config.setASRoot(ExternalsTestUtils.AS_ROOT_DIR); + //config.setASRoot(ExternalsTestUtils.AS_ROOT_DIR); } }