Again? Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/2afb8146 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/2afb8146 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/2afb8146 Branch: refs/heads/develop Commit: 2afb81467fee63c77e0421e2f03c155ba2203876 Parents: 55f9f7d Author: Erik de Bruin <[email protected]> Authored: Wed Jul 2 16:09:33 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Fri Aug 1 12:59:15 2014 +0200 ---------------------------------------------------------------------- .../src/org/apache/flex/compiler/internal/test/TestBase.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2afb8146/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java index 959eb5c..3cf4091 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java @@ -283,6 +283,7 @@ public class TestBase implements ITestBase return compiledFileNames; } + protected File getOutputClassFile(String qname, File outputFolder) { String[] cname = qname.split("\\."); String sdirPath = outputFolder + File.separator;
