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 16:34:32 UTC

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

Author: jbalsas
Date: Wed Dec 19 15:34:32 2012
New Revision: 1423889

URL: http://svn.apache.org/viewvc?rev=1423889&view=rev
Log:
Added new passing tests

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=1423889&r1=1423888&r2=1423889&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 15:34:32 2012
@@ -93,7 +93,6 @@ public class SDKSWCTests
 		assertThat(problems.size(), is(0));
 	}
 	
-	@Ignore
 	@Test
 	public void advancedgridsSWC()
 	{
@@ -106,7 +105,6 @@ public class SDKSWCTests
 		compileSWC("airframework");
 	}
 	
-	@Ignore
 	@Test
 	public void airsparkSWC()
 	{
@@ -168,7 +166,6 @@ public class SDKSWCTests
 		compileSWC("automation_spark");
 	}
 	
-	@Ignore
 	@Test
 	public void chartsSWC()
 	{