Experimental SWC looks like it needs MX.SWC

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

Branch: refs/heads/develop
Commit: 09f6ff775dfe89062c0065d41f64e839a81d7e33
Parents: 764550c
Author: Alex Harui <aha...@apache.org>
Authored: Mon May 26 23:12:36 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue May 27 15:21:40 2014 -0700

----------------------------------------------------------------------
 .../functional-tests/f/SDKSWCTests.java         | 22 ++++++++++----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/09f6ff77/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 67caeae..35aefd1 100644
--- a/compiler.tests/functional-tests/f/SDKSWCTests.java
+++ b/compiler.tests/functional-tests/f/SDKSWCTests.java
@@ -236,6 +236,17 @@ public class SDKSWCTests
     }
     
     @Test
+    public void mxSWC()
+    {
+        extraArgs = new String[]
+        {
+            "-locale="
+        };
+        
+        compileSWC("mx");
+    }
+    
+    @Test
     public void experimentalSWC() // WARNINGS -> FLEX-33731
     {
         extraArgs = new String[]
@@ -291,17 +302,6 @@ public class SDKSWCTests
                compileSWC("mobiletheme");
        }
        
-       @Test
-       public void mxSWC()
-       {
-        extraArgs = new String[]
-        {
-            "-locale="
-        };
-        
-               compileSWC("mx");
-       }
-       
        /*
        erikdebruin: the playerglobal project doesn't contain source that needs 
to
                     be compiled with COMPC

Reply via email to