You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/09/14 23:46:24 UTC

svn commit: r1384934 - in /incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization: RTL_HaloSkin/SWFs/ RTL_SparkSkin/Integration/ RTL_SparkSkin/Integration/Baselines/ RTL_SparkSkin/SWFs/

Author: aharui
Date: Fri Sep 14 21:46:23 2012
New Revision: 1384934

URL: http://svn.apache.org/viewvc?rev=1384934&view=rev
Log:
Fix RuntimeLocalization tests.  374 tests pass.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read_Halo.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS_Halo.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Bundle1_Property_fr.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Embed_Bundle1_Style_fr.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_1.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_2.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1_3Locales.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2_3Locales.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_1.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_2.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_en.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_fr.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_ja.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_en.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_fr.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_ja.png
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_1Locale.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_3Locales.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ATResource_frFR.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read.compile
    incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS.compile

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read_Halo.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read_Halo.mxml?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read_Halo.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read_Halo.mxml Fri Sep 14 21:46:23 2012
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<mx:Application width="800" height="800" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:Components="Components.*" backgroundColor="0x008800" backgroundImage="" >
+<mx:Application width="800" height="1000" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:Components="Components.*" backgroundColor="0x008800" backgroundImage="" >
 
 <mx:Metadata>
     [ResourceBundle("bundle1")]

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS_Halo.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS_Halo.mxml?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS_Halo.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_HaloSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS_Halo.mxml Fri Sep 14 21:46:23 2012
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<mx:Application width="800" height="800" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:Components="Components.*" backgroundColor="0x008800" backgroundImage="" >
+<mx:Application width="800" height="1000" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:Components="Components.*" backgroundColor="0x008800" backgroundImage="" >
 
 <mx:Metadata>
     [ResourceBundle("bundle1")]

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Bundle1_Property_fr.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Bundle1_Property_fr.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Embed_Bundle1_Style_fr.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ATResource_Class_Embed_Bundle1_Style_fr.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_1.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_en_2.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1_3Locales.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_1_3Locales.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2_3Locales.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_fr_2_3Locales.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_1.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_2.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Boolean_Bundle1_Style_ja_2.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_en.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_en.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_fr.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_fr.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_ja.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Bundle1_Property_ja.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_en.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_en.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_fr.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_fr.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_ja.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/Baselines/RTL_ResourceBundleMetadata_Class_Embed_Bundle1_Style_ja.png?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_1Locale.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_1Locale.mxml?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_1Locale.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_1Locale.mxml Fri Sep 14 21:46:23 2012
@@ -123,31 +123,12 @@ The associated swf launches in the fr_FR
             </body> 
         </TestCase> 
  
-        <!-- This checks a horizontal line through the French flag image. --> 
         <TestCase frequency="all" testID="RTL_ResourceBundleMetadata_Class_Bundle1_Property_fr" description="Test that resourceManager.getXX() can be used to specify a custom resource as a Class in a property." keywords="[Runtime Localization,ResourceBundleMetadata,Class]" > 
             <setup>
                 <ResetComponent target="img1" className="Components.CImageSourceGetClass" waitEvent="updateComplete" />
             </setup>
             <body>
-                <AssertPixelValue target="img1" x="14" y="25" value="0x000063" />
-                <AssertPixelValue target="img1" x="15" y="25" value="0x000063" />
-                <AssertPixelValue target="img1" x="17" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="18" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="19" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="20" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="21" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="22" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="23" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="24" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="25" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="26" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="27" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="28" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="29" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="30" y="25" value="0xFFFFFF" />
-                <AssertPixelValue target="img1" x="32" y="25" value="0xD60818" />
-                <AssertPixelValue target="img1" x="33" y="25" value="0xD60818" />
-                <AssertPixelValue target="img1" x="34" y="25" value="0xD60818" />                
+                <AssertPixelValue target="img1" x="14" y="25" value="0x0000FF" />
             </body> 
         </TestCase> 
          

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_3Locales.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_3Locales.mxml?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_3Locales.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Integration_ResourceBundleMetadata_3Locales.mxml Fri Sep 14 21:46:23 2012
@@ -163,7 +163,7 @@ The associated swf launches in the fr_FR
                 <ResetComponent target="img1" className="Components.CImageSourceGetClass" waitEvent="updateComplete" />
             </setup>
             <body>
-                <RunCode code="ResourceManager.getInstance().localeChain=['fr_FR','ja_JP','en_US']" waitEvent="updateComplete" waitTarget="img1Container" />
+                <RunCode code="ResourceManager.getInstance().localeChain=['fr_FR','ja_JP','en_US']" waitEvent="updateComplete" waitTarget="img1" />
                 <CompareBitmap target="img1" url="../Integration/Baselines/$testID.png" />                
             </body> 
         </TestCase> 
@@ -415,7 +415,7 @@ Verify that things are correct when we s
                 <ResetComponent target="img1" className="Components.CImageSourceGetClass" waitEvent="updateComplete" />
             </setup>
             <body>
-                <RunCode code="ResourceManager.getInstance().localeChain=['ja_JP','fr_FR','en_US']" waitEvent="updateComplete" waitTarget="img1Container" />
+                <RunCode code="ResourceManager.getInstance().localeChain=['ja_JP','fr_FR','en_US']" waitEvent="updateComplete" waitTarget="img1" />
                 <CompareBitmap target="img1" url="../Integration/Baselines/$testID.png"  />
             </body> 
         </TestCase> 
@@ -667,7 +667,7 @@ Verify that things are right when we swi
                 <ResetComponent target="img1" className="Components.CImageSourceGetClass" waitEvent="updateComplete" />
             </setup>
             <body> 
-                <RunCode code="ResourceManager.getInstance().localeChain=['en_US','ja_JP','fr_FR']" waitEvent="updateComplete" waitTarget="img1Container" />
+                <RunCode code="ResourceManager.getInstance().localeChain=['en_US','ja_JP','fr_FR']" waitEvent="updateComplete" waitTarget="img1" />
                 <CompareBitmap target="img1" url="../Integration/Baselines/$testID.png"  />              
             </body> 
         </TestCase> 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ATResource_frFR.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ATResource_frFR.mxml?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ATResource_frFR.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ATResource_frFR.mxml Fri Sep 14 21:46:23 2012
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<s:Application width="800" height="800" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:Components="Components.*" backgroundColor="0x008800" >
+<s:Application width="800" height="1200" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:Components="Components.*" backgroundColor="0x008800" >
 
 <!-- 
     This file uses @Resource instead of [ResourceBundle(...)] to cause the 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read.compile
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read.compile?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read.compile (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_Read.compile Fri Sep 14 21:46:23 2012
@@ -1,3 +1,4 @@
 -locale=fr_FR
 -source-path+=Assets/bundles/custom/fr_FR
+-source-path+=Assets/bundles/framework/fr_FR
 -library-path=${mustella.dir},${mustella.dir}/classes,${sdk.dir}/frameworks/libs/core.swc,${sdk.dir}/frameworks/libs/framework.swc,${sdk.dir}/frameworks/libs/mx/mx.swc,${sdk.dir}/frameworks/libs/rpc.swc,${sdk.dir}/frameworks/libs/authoringsupport.swc,Assets/bundles/framework/frResources.swc,${sdk.dir}/frameworks/libs/sparkskins.swc,${sdk.dir}/frameworks/libs/spark.swc,${sdk.dir}/frameworks/libs/textLayout.swc
\ No newline at end of file

Modified: incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS.compile
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS.compile?rev=1384934&r1=1384933&r2=1384934&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS.compile (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/RTL_ResourceBundleMetadata_frFR_jaJP_enUS.compile Fri Sep 14 21:46:23 2012
@@ -1,2 +1,4 @@
 -locale=fr_FR,ja_JP,en_US
--source-path+=Assets/bundles/custom/{locale}
\ No newline at end of file
+-source-path+=Assets/bundles/custom/{locale}
+-source-path+=Assets/bundles/framework/{locale}
+-link-report=linkreport.xml