Updated Branches: refs/heads/develop 78cbff9f0 -> 5abe3d03d
FLEX-33310: disable 'duplicate skin state' warning. Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d0609ed5 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d0609ed5 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d0609ed5 Branch: refs/heads/develop Commit: d0609ed5de9eae255813792af45f6dd9534f1377 Parents: 78cbff9 Author: Erik de Bruin <[email protected]> Authored: Mon Sep 23 15:55:12 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Mon Sep 23 15:55:12 2013 +0200 ---------------------------------------------------------------------- compiler.tests/functional-tests/f/SDKSWCTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d0609ed5/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 42ab6e4..1dd8edc 100644 --- a/compiler.tests/functional-tests/f/SDKSWCTests.java +++ b/compiler.tests/functional-tests/f/SDKSWCTests.java @@ -372,7 +372,7 @@ public class SDKSWCTests { extraArgs = new String[] { - //"-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStateProblem" + "-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStateProblem" }; compileSWC("wireframe");
