Repository: flex-falcon Updated Branches: refs/heads/develop b18bda1b5 -> cce1d2209
need to update this test as well Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/cce1d220 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/cce1d220 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/cce1d220 Branch: refs/heads/develop Commit: cce1d22092fa93b6e3c9d6d42a4af84fbf53c2ef Parents: b18bda1 Author: Alex Harui <[email protected]> Authored: Mon Jan 11 22:27:09 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Jan 11 22:27:09 2016 -0800 ---------------------------------------------------------------------- .../compiler/internal/codegen/js/flexjs/TestFlexJSProject.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/cce1d220/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java index dcc3c56..bba76fe 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSProject.java @@ -30,6 +30,7 @@ import java.util.List; import org.apache.flex.compiler.driver.IBackend; import org.apache.flex.compiler.internal.codegen.js.goog.TestGoogProject; import org.apache.flex.compiler.internal.driver.js.flexjs.FlexJSBackend; +import org.apache.flex.compiler.internal.driver.js.goog.JSGoogConfiguration; import org.apache.flex.compiler.internal.projects.FlexJSProject; import org.apache.flex.utils.FilenameNormalization; import org.junit.Ignore; @@ -52,6 +53,7 @@ public class TestFlexJSProject extends TestGoogProject public void setUp() { project = new FlexJSProject(workspace); + ((FlexJSProject)project).config = new JSGoogConfiguration(); super.setUp(); }
