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/feature/maven-migration-test
Commit: e629adf6a2a03541fb867c21d0072b9269bb8001
Parents: 7f5ed50
Author: Alex Harui <[email protected]>
Authored: Fri Apr 22 15:33:00 2016 -0700
Committer: Alex Harui <[email protected]>
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(

Reply via email to