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/02 06:24:36 UTC

svn commit: r1392735 - in /incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic: SWFs/ methods/ properties/baselines/

Author: aharui
Date: Tue Oct  2 04:24:35 2012
New Revision: 1392735

URL: http://svn.apache.org/viewvc?rev=1392735&view=rev
Log:
Try to stabilize tests by moving the HGroup to the top.  Things are inserted in the other hboxes which move the test positions downwards and affect rotation results.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/methods/FXG_GraphicGroup_Methods.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png
    incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/SWFs/FXG_GroupGraphic.mxml Tue Oct  2 04:24:35 2012
@@ -81,6 +81,10 @@
 	}
 </fx:Style>
 
+	<mx:HBox>
+		<comps:ScaleGraphic id="graphic2" />
+		<comps:ScaleGraphicNested id="graphic3" />		
+	</mx:HBox>
     <mx:HBox>
     	<comps:GroupGraphicBasic id="graphic1" />
         <comps:GraphicSimple id="graphic5" />
@@ -90,11 +94,5 @@
   	    <comps:EmptyGroupComp id="graphic_empty_group" />
 	    <comps:ScaleGraphicSimple id="graphic4" />
     </mx:HBox>
-	<mx:HBox>
-		<comps:ScaleGraphic id="graphic2" />
-
-		<comps:ScaleGraphicNested id="graphic3" />
-
-	</mx:HBox>
 
 </mx:Application>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/methods/FXG_GraphicGroup_Methods.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/methods/FXG_GraphicGroup_Methods.mxml?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/methods/FXG_GraphicGroup_Methods.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/methods/FXG_GraphicGroup_Methods.mxml Tue Oct  2 04:24:35 2012
@@ -268,7 +268,7 @@
             <body>
                 <RunCode code="addGroupToGraphic(application.graphic_empty)" waitTarget="graphic_empty" waitEvent="updateComplete" />
                 <AssertPropertyValue value="1" propertyName="numElements" target="graphic_empty" />
-                <AssertPixelValue value="0x4D4D4D" x="456" y="328" target="" />
+                <AssertPixelValue value="0x4D4D4D" x="456" y="528" target="" />
             </body>
         </TestCase>
         <TestCase testID="Graphic_methods_addElement_Text" description="Verify that you can add a RichText to a Graphic" keywords="[Group, addElement, Graphic]">

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationX.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationXY.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationY.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_Group_rotationYNeg.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationXY.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/primitives/Graphic/properties/baselines/GraphicTags_NestedGroup_rotationY.png?rev=1392735&r1=1392734&r2=1392735&view=diff
==============================================================================
Binary files - no diff available.