You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jb...@apache.org on 2012/12/19 18:40:35 UTC

svn commit: r1423977 - /incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java

Author: jbalsas
Date: Wed Dec 19 17:40:35 2012
New Revision: 1423977

URL: http://svn.apache.org/viewvc?rev=1423977&view=rev
Log:
Adds passing automation_spark test (FLEX-33303) and completes setup for textLayout (FLEX-33309)

Modified:
    incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java

Modified: incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java?rev=1423977&r1=1423976&r2=1423977&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java (original)
+++ incubator/flex/falcon/trunk/compiler.tests/functional-tests/f/SDKSWCTests.java Wed Dec 19 17:40:35 2012
@@ -73,10 +73,13 @@ public class SDKSWCTests
 			"-load-config=" + configFile,
 			"+env.PLAYERGLOBAL_HOME=" + env.FPSDK,
 			"+env.AIR_HOME=" + env.AIRSDK,
+			"+source.dir=" + env.SDK + "/frameworks/projects/textLayout/3.0.33",
 			"+playerglobal.version=11.1",
 			"-locale=",
 			"-ignore-problems=org.apache.flex.compiler.problems.DuplicateQNameInSourcePathProblem",
 			"-define=CONFIG::performanceInstrumentation,false",
+			"-define=CONFIG::debug,false",
+			"-define=CONFIG::release,true",
 			"-output=" + output
 		};
 		
@@ -159,7 +162,6 @@ public class SDKSWCTests
 		compileSWC("automation_flashflexkit");
 	}
 	
-	@Ignore
 	@Test
 	public void automation_sparkSWC()
 	{