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/3f695e7d Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3f695e7d Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3f695e7d Branch: refs/heads/VF2JS Commit: 3f695e7d33f4ef24afc4204ce577df56c21a1d7d Parents: 9745d73 Author: Erik de Bruin <[email protected]> Authored: Wed Jul 2 16:09:33 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Wed Jul 2 16:09:33 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/3f695e7d/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;
