fix for new folders

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

Branch: refs/heads/feature/maven-migration-test
Commit: 431e2cf439f32421f1004520fa4e5014e74e8a3c
Parents: 2e17ca4
Author: Alex Harui <aha...@apache.org>
Authored: Thu Apr 21 11:32:17 2016 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Apr 22 09:02:57 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/flex/utils/AntTestAdapter.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/431e2cf4/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
----------------------------------------------------------------------
diff --git 
a/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java 
b/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
index f88e208..bbae5d7 100644
--- 
a/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
+++ 
b/compiler-build-tools/src/main/java/org/apache/flex/utils/AntTestAdapter.java
@@ -101,7 +101,7 @@ public class AntTestAdapter implements ITestAdapter {
 
     @Override
     public File getUnitTestBaseDir() {
-        return new File("test-files");
+        return new File("resources");
     }
 
     private File getLib(String artifactId) {

Reply via email to