Updated Branches:
  refs/heads/develop d920971d0 -> 37ae53f83

falcon compiler expects flexlib system property to be set.


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

Branch: refs/heads/develop
Commit: 37ae53f833363a1a402d0a7ed51ea03258bd7d2b
Parents: d920971
Author: dloverin <[email protected]>
Authored: Sat Sep 14 22:44:50 2013 -0400
Committer: dloverin <[email protected]>
Committed: Sat Sep 14 22:44:50 2013 -0400

----------------------------------------------------------------------
 compiler.tests/functional-tests/f/SDKSWCTests.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/37ae53f8/compiler.tests/functional-tests/f/SDKSWCTests.java
----------------------------------------------------------------------
diff --git a/compiler.tests/functional-tests/f/SDKSWCTests.java 
b/compiler.tests/functional-tests/f/SDKSWCTests.java
index 3674a65..42ab6e4 100644
--- a/compiler.tests/functional-tests/f/SDKSWCTests.java
+++ b/compiler.tests/functional-tests/f/SDKSWCTests.java
@@ -60,6 +60,8 @@ public class SDKSWCTests
                assertNotNull("PLAYERGLOBAL_HOME not set in 
unittest.properties", env.FPSDK);
                assertNotNull("AIR_HOME not set in unittest.properties", 
env.AIRSDK);
                
+               System.setProperty("flexlib", env.SDK + "/frameworks");
+               
                String output = null;
                String outputSwcName = projectName;
                try
@@ -318,7 +320,7 @@ public class SDKSWCTests
        }
        
        @Test
-       public void sparkskinsSWC() // FAILS -> FLEX33716
+       public void sparkskinsSWC()
        {
                compileSWC("sparkskins");
        }

Reply via email to