You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/04/20 12:54:18 UTC

[3/5] git commit: [flex-falcon] - [FalconJX] another update

[FalconJX] another update

That should teach me not to commit before having at least 2 coffees ;-)

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/0420b98d
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/0420b98d
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/0420b98d

Branch: refs/heads/develop
Commit: 0420b98d44ce067e3cbc28773c21a9fe94c3834a
Parents: ac67e4e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sat Apr 20 10:37:05 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sat Apr 20 10:37:05 2013 +0200

----------------------------------------------------------------------
 .../internal/codegen/js/flexjs/TestFlexJSFile.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0420b98d/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java
index e6a1fbb..9e2fae4 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSFile.java
@@ -65,7 +65,7 @@ public class TestFlexJSFile extends FlexJSTestBase
         
         asBlockWalker.visitFile(node);
         
-        writeResultToFile(writer.toString(), fileName);
+        //writeResultToFile(writer.toString(), fileName);
         
         assertOut(getCodeFromFile(fileName + "_result", true,
                 "flexjs" + File.separator + "files"));
@@ -81,7 +81,7 @@ public class TestFlexJSFile extends FlexJSTestBase
 
         asBlockWalker.visitFile(node);
         
-        writeResultToFile(writer.toString(), fileName);
+        //writeResultToFile(writer.toString(), fileName);
         
         assertOut(getCodeFromFile(fileName + "_result", true,
                 "flexjs" + File.separator + "files"));