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/10/14 08:25:56 UTC

svn commit: r1398023 - in /incubator/flex/sdk/branches/develop/mustella/tests: MarshallPlan/ManagerTests/ components/List/Styles/ containers/form/properties/ gumbo/components/Image/styles/ gumbo/components/Image/styles/baselines/ gumbo/components/List/...

Author: aharui
Date: Sun Oct 14 06:25:55 2012
New Revision: 1398023

URL: http://svn.apache.org/viewvc?rev=1398023&view=rev
Log:
Remove spaces in test ids.  They show up as unicode spaces on mac and spaces on windows making test comparison hard.

Added:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smooth_false.png
      - copied unchanged from r1397360, incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smooth_false .png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality.png
      - copied unchanged from r1397360, incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality .png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality_high.png
      - copied unchanged from r1397360, incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality_high .png
Removed:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smooth_false .png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality .png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/baselines/Image_Scale_stretch_smoothingQuality_high .png
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties_spark.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/Image_styles_smoothingQuality.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ScrollBar/events/HScrollBar_Events_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/methods/DataGroup_Methods_main_virtual.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/spark/formatters/NumberFormatter/Methods/NF_parse_tester.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/MarshallPlan/ManagerTests/bootstrap_NestedSWF_FocusManager_Tests.mxml Sun Oct 14 06:25:55 2012
@@ -199,7 +199,7 @@
 				<AssertEvent target="control1" eventName="focusIn" eventClass="flash.events::FocusEvent" />
 		    </body>
 		</TestCase>
-        <TestCase testID="" description="Test tabbing through the main app and sub app"
+        <TestCase testID="NestedSWF_FocusManager_Tab_fromLocalhostFocusManager" description="Test tabbing through the main app and sub app"
 		    keywords="[Marshall Plan, NestedSWF_FocusManager_Tab_fromLocalhostFocusManager, TAB]">
             <setup>
 			   <ResetComponent target="control1" className="mx.controls.TextInput" waitTarget="control1" waitEvent="updateComplete" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester.mxml Sun Oct 14 06:25:55 2012
@@ -293,7 +293,7 @@
 		   <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_useRollOver_false.png"  />
 	     </body>
 	  </TestCase>
-	  <TestCase testID="list_listbase_styles_verticalAlign " keywords="[listbase, styles, verticalAlign]">
+	  <TestCase testID="list_listbase_styles_verticalAlign" keywords="[listbase, styles, verticalAlign]">
 	      <setup>
 		   <ResetComponent target="mybox" className="ListComp" waitEvent="updateComplete" waitTarget="mybox"/>		
 	     </setup>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/List/Styles/ListStyleListBaseTester_spark.mxml Sun Oct 14 06:25:55 2012
@@ -311,7 +311,7 @@
            <CompareBitmap target="mybox" url="../Styles/Baselines/list_listbase_styles_useRollOver_false_spark.png"  />
          </body>
       </TestCase>
-      <TestCase testID="Spark_list_listbase_styles_verticalAlign " keywords="[listbase, styles, verticalAlign]">
+      <TestCase testID="Spark_list_listbase_styles_verticalAlign" keywords="[listbase, styles, verticalAlign]">
           <setup>
            <ResetComponent target="mybox" className="ListComp" waitEvent="updateComplete" waitTarget="mybox"/>
          </setup>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties.mxml Sun Oct 14 06:25:55 2012
@@ -1056,7 +1056,7 @@
                 <AssertPropertyValue target="myCustomForm.myForm" propertyName="toolTip" value="???????????????" />
             </body>
         </TestCase>
-        <TestCase testID=" Form_Property_toolTip5" keywords="[toolTip, Form]">
+        <TestCase testID="Form_Property_toolTip5" keywords="[toolTip, Form]">
             <setup>
             <ResetComponent target="myCustomForm" className="CustomForm" waitEvent="updateComplete"/>
             <RunCode code="setToolTipAS()" />           

Modified: incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties_spark.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties_spark.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties_spark.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/containers/form/properties/Form_Properties_spark.mxml Sun Oct 14 06:25:55 2012
@@ -1056,7 +1056,7 @@
                 <AssertPropertyValue target="myCustomForm.myForm" propertyName="toolTip" value="???????????????" />
             </body>
         </TestCase>
-        <TestCase testID=" Form_Property_toolTip5_spark" keywords="[toolTip, Form]">
+        <TestCase testID="Form_Property_toolTip5_spark" keywords="[toolTip, Form]">
             <setup>
             <ResetComponent target="myCustomForm" className="CustomForm_spark" waitEvent="updateComplete"/>
             <RunCode code="setToolTipAS()" />           

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/Image_styles_smoothingQuality.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/Image_styles_smoothingQuality.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/Image_styles_smoothingQuality.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Image/styles/Image_styles_smoothingQuality.mxml Sun Oct 14 06:25:55 2012
@@ -28,7 +28,7 @@
 	<fx:Metadata><![CDATA[ [Mixin] ]]></fx:Metadata>
 
 	<testCases>
-         <TestCase testID="Image_Scale_stretch_smoothingQuality " keywords="[Image, scale, stretch, smoothingQuality ]" description="Scale image stretch, smoothingQuality high">
+         <TestCase testID="Image_Scale_stretch_smoothingQuality" keywords="[Image, scale, stretch, smoothingQuality ]" description="Scale image stretch, smoothingQuality high">
             <setup>
                 <ResetComponent target="pr" className="comps.PropertiesRoot" waitEvent="updateComplete" />
                 <SetProperty target="pr.im" propertyName="source" value="../../../../../Assets/Images/redrect.jpg" waitEvent="complete" waitTarget="pr.im" />
@@ -41,7 +41,7 @@
                 <CompareBitmap target="pr" url="../styles/baselines/$testID.png" numColorVariances="5" ignoreMaxColorVariance="true" />
             </body>
         </TestCase>
-        <TestCase testID="Image_Scale_stretch_smoothingQuality_high " keywords="[Image, scale, stretch, smoothingQuality ]" description="Scale image stretch, smoothingQuality high">
+        <TestCase testID="Image_Scale_stretch_smoothingQuality_high" keywords="[Image, scale, stretch, smoothingQuality ]" description="Scale image stretch, smoothingQuality high">
             <setup>
                 <ResetComponent target="pr" className="comps.PropertiesRoot" waitEvent="updateComplete" />
                 <SetProperty target="pr.im" propertyName="source" value="../../../../../Assets/Images/redrect.jpg" waitEvent="complete" waitTarget="pr.im" />
@@ -55,7 +55,7 @@
                 <CompareBitmap target="pr" url="../styles/baselines/$testID.png" numColorVariances="5" ignoreMaxColorVariance="true" />
             </body>
         </TestCase>
-        <TestCase testID="Image_Scale_stretch_smooth_false " keywords="[Image, scale, stretch, no_smooth ]" description="Scale image stretch, no-smooth">
+        <TestCase testID="Image_Scale_stretch_smooth_false" keywords="[Image, scale, stretch, no_smooth ]" description="Scale image stretch, no-smooth">
             <setup>
                 <ResetComponent target="pr" className="comps.PropertiesRoot" waitEvent="updateComplete" />
                 <SetProperty target="pr.im" propertyName="source" value="../../../../../Assets/Images/redrect.jpg" waitEvent="complete" waitTarget="pr.im" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml Sun Oct 14 06:25:55 2012
@@ -417,7 +417,7 @@
 
             </body>
         </TestCase>
-        <TestCase testID="List_event_hasFocusableChildren " keywords="[List, event,hasFocusableChildren ]" description="">
+        <TestCase testID="List_event_hasFocusableChildren" keywords="[List, event,hasFocusableChildren ]" description="">
             <setup>
                 <ResetComponent target="list1" className="spark.components.List" waitEvent="updateComplete" />
                 <SetProperty target="list1" propertyName="hasFocusableChildren"  value="true"  />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ScrollBar/events/HScrollBar_Events_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ScrollBar/events/HScrollBar_Events_tester.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ScrollBar/events/HScrollBar_Events_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/ScrollBar/events/HScrollBar_Events_tester.mxml Sun Oct 14 06:25:55 2012
@@ -121,7 +121,7 @@
                 <AssertEvent target="hsb" eventName="updateComplete" numExpectedEvents="-1" eventClass="mx.events::FlexEvent"/>
             </body>
         </TestCase>
-        <TestCase testID="HScrollBar_events_animatePaging " keywords="[HScrollBar,event,animatePaging ]" description="">
+        <TestCase testID="HScrollBar_events_animatePaging" keywords="[HScrollBar,event,animatePaging ]" description="">
             <setup>
                 <ResetComponent target="hsb" className="spark.components.HScrollBar" waitEvent="updateComplete" />
             </setup>
@@ -139,7 +139,7 @@
 
             </body>
         </TestCase>
-        <TestCase testID="VScrollBar_events_animatePaging " keywords="[VScrollBar,event,animatePaging ]" description="">
+        <TestCase testID="VScrollBar_events_animatePaging" keywords="[VScrollBar,event,animatePaging ]" description="">
             <setup>
                 <ResetComponent target="hsb" className="spark.components.HScrollBar" waitEvent="updateComplete" />
             </setup>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/methods/DataGroup_Methods_main_virtual.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/methods/DataGroup_Methods_main_virtual.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/methods/DataGroup_Methods_main_virtual.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/methods/DataGroup_Methods_main_virtual.mxml Sun Oct 14 06:25:55 2012
@@ -1631,7 +1631,7 @@
             <AssertMethodValue method="value=application.group1.getItemIndicesInView()" value="0,1,2,3" />
         </body>
     </TestCase>
-    <TestCase testID="DataGroup_method_clearFreeRenderers " keywords="[DataGroup, method, clearFreeRenderers ]" description="call clearFreeRenderers ">
+    <TestCase testID="DataGroup_method_clearFreeRenderers" keywords="[DataGroup, method, clearFreeRenderers ]" description="call clearFreeRenderers ">
         <setup>
             <ResetComponent target="group1" className="spark.components.DataGroup" waitEvent="updateComplete" />
             <SetProperty target="group1" propertyName="layout" valueExpression="value=new VerticalLayout()" waitEvent="updateComplete" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/formatters/NumberFormatter/Methods/NF_parse_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/formatters/NumberFormatter/Methods/NF_parse_tester.mxml?rev=1398023&r1=1398022&r2=1398023&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/formatters/NumberFormatter/Methods/NF_parse_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/formatters/NumberFormatter/Methods/NF_parse_tester.mxml Sun Oct 14 06:25:55 2012
@@ -813,7 +813,7 @@
 	</TestCase>
 	
 	<!--test Parse the special string with "+" sign -->
-	<TestCase testID="NF_method_parse_string_with'+'sign_test38" 
+	<TestCase testID="NF_method_parse_string_with_plus_sign_test38" 
 			  description="test Parse the special string with '+' sign" keywords="[NumberFormatter, parse]">
 		<setup>
 			<ResetComponent target="nf" className="spark.formatters.NumberFormatter"/> 
@@ -833,7 +833,7 @@
 	</TestCase>
 	
 	<!--test Parse the special string with "+" sign -->
-	<TestCase testID="NF_method_parse_string_with'+'sign_test39" 
+	<TestCase testID="NF_method_parse_string_with_plus_sign_test39" 
 			  description="test Parse the special string with '+' sign" keywords="[NumberFormatter, parse]">
 		<setup>
 			<ResetComponent target="nf" className="spark.formatters.NumberFormatter"/>