You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/26 06:29:49 UTC

[57/63] [abbrv] git commit: [flex-falcon] [refs/heads/develop] - move temp folder to target

move temp folder to target


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

Branch: refs/heads/develop
Commit: e629adf6a2a03541fb867c21d0072b9269bb8001
Parents: 7f5ed50
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 22 15:33:00 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 15:33:00 2016 -0700

----------------------------------------------------------------------
 .../compiler/internal/codegen/externals/ExternalsTestUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e629adf6/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
index 427476c..7d7c9ad 100644
--- a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
+++ b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
@@ -28,7 +28,7 @@ import org.apache.flex.utils.FilenameNormalization;
 public class ExternalsTestUtils
 {
     public static File TEMP_DIR = new File(
-            FilenameNormalization.normalize("temp"));
+            FilenameNormalization.normalize("../../target/junit-temp"));
 
     // XXX missing.js is a temp location until we can figure out where it should placed in the build
     public static File MISSING_JS_FILE = FilenameNormalization.normalize(new File(