fix test params
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/90e86c2e Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/90e86c2e Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/90e86c2e Branch: refs/heads/develop Commit: 90e86c2e72839e2499ce86731454c3fd795ae221 Parents: 69ce2ce Author: Alex Harui <[email protected]> Authored: Thu Oct 24 15:32:25 2013 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Oct 24 15:32:25 2013 -0700 ---------------------------------------------------------------------- compiler.tests/functional-tests/f/SDKSWCTests.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/90e86c2e/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 66c91ea..7cd2a8d 100644 --- a/compiler.tests/functional-tests/f/SDKSWCTests.java +++ b/compiler.tests/functional-tests/f/SDKSWCTests.java @@ -31,7 +31,6 @@ import java.util.List; import org.apache.flex.compiler.clients.COMPC; import org.apache.flex.compiler.problems.ICompilerProblem; import org.apache.flex.utils.EnvProperties; -import org.junit.Ignore; import org.junit.Test; import com.google.common.collect.ObjectArrays; @@ -332,14 +331,12 @@ public class SDKSWCTests compileSWC("sparkskins"); } - @Ignore @Test public void sparkSWC() // FAILS -> FLEX-33307 { extraArgs = new String[] { - "-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStateProblem", - "-load-config+=" + env.SDK + "/frameworks/air-config.xml" + "-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStateProblem" }; compileSWC("spark");
