You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/10/09 17:03:52 UTC

svn commit: r1396052 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties: ./ baselines/

Author: cframpton
Date: Tue Oct  9 15:03:51 2012
New Revision: 1396052

URL: http://svn.apache.org/viewvc?rev=1396052&view=rev
Log:
Repair previous checkin r1396039.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/VLayout_Group_properties_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_contentJustify_change_text.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_justify_change_text.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left_change_text.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_right_change_text.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left_text_percent_100.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false_typicalLayoutElement.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_GraphicElement.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_UIComponent.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_variableRowHeight_false.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_horizontalAlign_justify.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_requestedRowCount_explicit_size.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/VLayout_Group_properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/VLayout_Group_properties_tester.mxml?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/VLayout_Group_properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/VLayout_Group_properties_tester.mxml Tue Oct  9 15:03:51 2012
@@ -45,7 +45,7 @@
 
 	<testCases>
 	
-		<TestCase testID="VLayout__group_clipAndEnableScrolling_default" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Defaults to false." >
+		<TestCase testID="VLayout_group_clipAndEnableScrolling_default" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Defaults to false." >
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -55,7 +55,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_clipAndEnableScrolling_false" keywords="[VerticalLayout,clipAndEnableScrolling]" description="No clipping occurs" >
+		<TestCase testID="VLayout_group_clipAndEnableScrolling_false" keywords="[VerticalLayout,clipAndEnableScrolling]" description="No clipping occurs" >
 		    <setup>
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
@@ -78,7 +78,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_clipAndEnableScrolling_true" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs">
+		<TestCase testID="VLayout_group_clipAndEnableScrolling_true" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs">
 		    <setup>
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
@@ -102,7 +102,7 @@
 		    </body>
 		</TestCase>
 
-		 <TestCase testID="VLayout__group_clipAndEnableScrolling_true_scroller" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs">
+		 <TestCase testID="VLayout_group_clipAndEnableScrolling_true_scroller" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -127,7 +127,7 @@
 		    </body>
 		</TestCase>
                 
- 		<TestCase testID="VLayout__group_clipAndEnableScrolling_child_percent_lessThan" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs for parent but not child">
+ 		<TestCase testID="VLayout_group_clipAndEnableScrolling_child_percent_lessThan" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs for parent but not child">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -153,7 +153,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_clipAndEnableScrolling_child_percent_greaterThan" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs for parent but not child">
+		<TestCase testID="VLayout_group_clipAndEnableScrolling_child_percent_greaterThan" keywords="[VerticalLayout,clipAndEnableScrolling]" description="Clipping occurs for parent but not child">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -183,7 +183,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_default" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView -1 at start up">
+		<TestCase testID="VLayout_group_firstIndexInView_default" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView -1 at start up">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -194,7 +194,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_components" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_components" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -220,7 +220,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_components_visible_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_components_visible_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -249,7 +249,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_all_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView all children includeInLayout false">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_all_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView all children includeInLayout false">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -281,7 +281,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_components_includeInLayout" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_components_includeInLayout" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -310,7 +310,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_components_includeInLayout_visible" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_components_includeInLayout_visible" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -340,7 +340,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_components_includeInLayout_firstTwo" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_components_includeInLayout_firstTwo" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -370,7 +370,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_spark_container_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with container not in layout">
+		<TestCase testID="VLayout_group_firstIndexInView_spark_container_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with container not in layout">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -387,7 +387,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_halo_components" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_components" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -413,7 +413,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_components_visible_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_components_visible_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -442,7 +442,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_all_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView all children includeInLayout false">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_all_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView all children includeInLayout false">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -476,7 +476,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_components_includeInLayout" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_components_includeInLayout" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -505,7 +505,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_components_includeInLayout_visible" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_components_includeInLayout_visible" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -535,7 +535,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_components_includeInLayout_firstTwo" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_components_includeInLayout_firstTwo" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -568,7 +568,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_firstIndexInView_halo_container_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with container not in layout">
+		<TestCase testID="VLayout_group_firstIndexInView_halo_container_includeInLayout_false" keywords="[VerticalLayout, firstIndexInView]" description="firstIndexInView with container not in layout">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -580,7 +580,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_firstIndexInView_binding" keywords="[VerticalLayout, firstIndexInView]" description="bind to firstIndexInView">
+		<TestCase testID="VLayout_group_firstIndexInView_binding" keywords="[VerticalLayout, firstIndexInView]" description="bind to firstIndexInView">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -606,7 +606,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_gap_default" keywords="[VerticalLayout,gap]" description="Default gap is 6">
+		<TestCase testID="VLayout_group_gap_default" keywords="[VerticalLayout,gap]" description="Default gap is 6">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -617,7 +617,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_gap_negative" keywords="[VerticalLayout,gap]" description="Negative gap, items overlap">
+		<TestCase testID="VLayout_group_gap_negative" keywords="[VerticalLayout,gap]" description="Negative gap, items overlap">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -640,7 +640,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_gap_positive" keywords="[VerticalLayout,gap]" description="Positive gap, items do not overlap">
+		<TestCase testID="VLayout_group_gap_positive" keywords="[VerticalLayout,gap]" description="Positive gap, items do not overlap">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -663,7 +663,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_gap_change_runtime" keywords="[VerticalLayout,gap]" description="Change gap at runtime, items lays out again">
+		<TestCase testID="VLayout_group_gap_change_runtime" keywords="[VerticalLayout,gap]" description="Change gap at runtime, items lays out again">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -687,7 +687,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_default" keywords="[VerticalLayout, horizontalAlign]" description="default is left">
+		<TestCase testID="VLayout_group_horizontalAlign_default" keywords="[VerticalLayout, horizontalAlign]" description="default is left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -697,7 +697,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_left" keywords="[VerticalLayout, horizontalAlign]" description="default is left">
+		<TestCase testID="VLayout_group_horizontalAlign_left" keywords="[VerticalLayout, horizontalAlign]" description="default is left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -725,7 +725,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_left_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="left all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_left_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="left all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -752,7 +752,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_left_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="left all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_left_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="left all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -780,7 +780,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_center" keywords="[VerticalLayout, horizontalAlign]" description="center">
+		<TestCase testID="VLayout_group_horizontalAlign_center" keywords="[VerticalLayout, horizontalAlign]" description="center">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -811,7 +811,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_left" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_left" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -841,7 +841,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -872,7 +872,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_right" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_right" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -901,7 +901,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -933,7 +933,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_contentJustify" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_contentJustify" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -962,7 +962,7 @@
 		</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_contentJustify_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_contentJustify_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -994,7 +994,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_justify" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_justify" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1023,7 +1023,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_center_to_justify_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
+		<TestCase testID="VLayout_group_horizontalAlign_center_to_justify_change_text" keywords="[VerticalLayout, horizontalAlign]" description="Change horizontalAlign at runtime">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1055,7 +1055,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify" keywords="[VerticalLayout, horizontalAlign]" description="justify">
+		<TestCase testID="VLayout_group_horizontalAlign_justify" keywords="[VerticalLayout, horizontalAlign]" description="justify">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1084,7 +1084,7 @@
 		</TestCase>
 		
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1113,7 +1113,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_scroll_horizontalAlign_justify" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
+		<TestCase testID="VLayout_group_scroll_horizontalAlign_justify" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1140,7 +1140,7 @@
 		</TestCase>
 		
 		
-		<TestCase testID="VLayout__group_scroll_horizontalAlign_justify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
+		<TestCase testID="VLayout_group_scroll_horizontalAlign_justify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="justify to left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1171,7 +1171,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="justify to left change text">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="justify to left change text">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1201,7 +1201,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_justify_to_right" keywords="[VerticalLayout, horizontalAlign]" description="justify to right">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_to_right" keywords="[VerticalLayout, horizontalAlign]" description="justify to right">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1230,7 +1230,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_justify_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="justify to right change text">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="justify to right change text">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1260,7 +1260,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_childWidth_greater_parent" keywords="[VerticalLayout, horizontalAlign]" description="justify all children width of container">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_childWidth_greater_parent" keywords="[VerticalLayout, horizontalAlign]" description="justify all children width of container">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1288,7 +1288,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_childWidth_less_parent" keywords="[VerticalLayout, horizontalAlign]" description="justify all children width of container">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_childWidth_less_parent" keywords="[VerticalLayout, horizontalAlign]" description="justify all children width of container">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1316,7 +1316,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_childWidth_text_percent_70" keywords="[VerticalLayout, horizontalAlign]" description="text wraps appropriately">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_childWidth_text_percent_70" keywords="[VerticalLayout, horizontalAlign]" description="text wraps appropriately">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1344,7 +1344,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_justify_childWidth_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="text wraps appropriately">
+		<TestCase testID="VLayout_group_horizontalAlign_justify_childWidth_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="text wraps appropriately">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1372,7 +1372,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1400,7 +1400,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to left">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_to_left" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to left">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1429,7 +1429,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to left change text">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_to_left_change_text" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to left change text">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1459,7 +1459,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_to_right" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to right">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_to_right" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to right">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1488,7 +1488,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to right change text">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_to_right_change_text" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify to right change text">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1518,7 +1518,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_childWidth_greater_parent" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children width of widest child">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_childWidth_greater_parent" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children width of widest child">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1546,7 +1546,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_childWidth_less_parent" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children width of widest child">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_childWidth_less_parent" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children width of widest child">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1574,7 +1574,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1602,7 +1602,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_contentJustify_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_contentJustify_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="contentJustify all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1630,7 +1630,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_right" keywords="[VerticalLayout, horizontalAlign]" description="right">
+		<TestCase testID="VLayout_group_horizontalAlign_right" keywords="[VerticalLayout, horizontalAlign]" description="right">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1658,7 +1658,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_horizontalAlign_right_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="right all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_right_text_percent_50" keywords="[VerticalLayout, horizontalAlign]" description="right all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1687,7 +1687,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_horizontalAlign_right_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="right all children text percentage width">
+		<TestCase testID="VLayout_group_horizontalAlign_right_text_percent_100" keywords="[VerticalLayout, horizontalAlign]" description="right all children text percentage width">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1714,7 +1714,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_horizontalScrollPosition_bind" keywords="[VerticalLayout, horizontalScrollPosition]" description="binding to horizontalScrollPosition">
+		<TestCase testID="VLayout_group_scroll_horizontalScrollPosition_bind" keywords="[VerticalLayout, horizontalScrollPosition]" description="binding to horizontalScrollPosition">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1740,7 +1740,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_horizontalScrollPosition_scrollRight" keywords="[VerticalLayout, horizontalScrollPosition]" description="scroll right and verify horizontalScrollPosition returns correctly">
+		<TestCase testID="VLayout_group_scroll_horizontalScrollPosition_scrollRight" keywords="[VerticalLayout, horizontalScrollPosition]" description="scroll right and verify horizontalScrollPosition returns correctly">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -1774,7 +1774,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_lastIndexInView_default" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView -1 at start up">
+		<TestCase testID="VLayout_group_lastIndexInView_default" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView -1 at start up">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1785,7 +1785,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_components" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_components" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1806,7 +1806,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_components_visible_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_components_visible_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1830,7 +1830,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_all_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView all children includeInLayout false">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_all_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView all children includeInLayout false">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1855,7 +1855,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_components_includeInLayout" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_components_includeInLayout" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1879,7 +1879,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_components_includeInLayout_visible" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_components_includeInLayout_visible" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1903,7 +1903,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_components_includeInLayout_lastTwo" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_components_includeInLayout_lastTwo" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1928,7 +1928,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_spark_container_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with container not in layout">
+		<TestCase testID="VLayout_group_lastIndexInView_spark_container_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with container not in layout">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1940,7 +1940,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_components" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_components" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1961,7 +1961,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_components_visible_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_components_visible_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -1985,7 +1985,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_all_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView all children includeInLayout false">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_all_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView all children includeInLayout false">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2011,7 +2011,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_components_includeInLayout" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_components_includeInLayout" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2035,7 +2035,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_components_includeInLayout_visible" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_components_includeInLayout_visible" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2059,7 +2059,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_components_includeInLayout_firstTwo" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_components_includeInLayout_firstTwo" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with Spark children returns appropriate component">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2084,7 +2084,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_halo_container_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with container not in layout">
+		<TestCase testID="VLayout_group_lastIndexInView_halo_container_includeInLayout_false" keywords="[VerticalLayout, lastIndexInView]" description="lastIndexInView with container not in layout">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2096,7 +2096,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_lastIndexInView_binding" keywords="[VerticalLayout, lastIndexInView]" description="bind to lastIndexInView">
+		<TestCase testID="VLayout_group_lastIndexInView_binding" keywords="[VerticalLayout, lastIndexInView]" description="bind to lastIndexInView">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2123,7 +2123,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingBottom_default" keywords="[VerticalLayout,paddingBottom]" description="default 0">
+		<TestCase testID="VLayout_group_paddingBottom_default" keywords="[VerticalLayout,paddingBottom]" description="default 0">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2137,7 +2137,7 @@
 		   </body>
 		</TestCase>
 				
-		<TestCase testID="VLayout__group_paddingTop_default" keywords="[VerticalLayout,paddingTop]" description="default 0">
+		<TestCase testID="VLayout_group_paddingTop_default" keywords="[VerticalLayout,paddingTop]" description="default 0">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2152,7 +2152,7 @@
 		</TestCase>
 				
 				
-		<TestCase testID="VLayout__group_paddingLeft_default" keywords="[VerticalLayout,paddingLeft]" description="default 0">
+		<TestCase testID="VLayout_group_paddingLeft_default" keywords="[VerticalLayout,paddingLeft]" description="default 0">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2166,7 +2166,7 @@
 		   </body>
 		</TestCase>
 				
-		<TestCase testID="VLayout__group_paddingRight_default" keywords="[VerticalLayout,paddingLeft]" description="default 0">
+		<TestCase testID="VLayout_group_paddingRight_default" keywords="[VerticalLayout,paddingLeft]" description="default 0">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2180,7 +2180,7 @@
 		   </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingBottom_positive" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
+		<TestCase testID="VLayout_group_paddingBottom_positive" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2201,7 +2201,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingTop_positive" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
+		<TestCase testID="VLayout_group_paddingTop_positive" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2222,7 +2222,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingLeft_positive" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingLeft_positive" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2243,7 +2243,7 @@
 		    </body>
 		</TestCase>
 				
-		<TestCase testID="VLayout__group_paddingRight_positive" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingRight_positive" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2264,7 +2264,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingBottom_negative" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
+		<TestCase testID="VLayout_group_paddingBottom_negative" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2285,7 +2285,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingTop_negative" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
+		<TestCase testID="VLayout_group_paddingTop_negative" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2306,7 +2306,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingLeft_negative" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingLeft_negative" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2329,7 +2329,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingRight_negative" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingRight_negative" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2350,7 +2350,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_paddingBottom_positive_scroll" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
+		<TestCase testID="VLayout_group_paddingBottom_positive_scroll" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2376,7 +2376,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingTop_positive_scroll" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
+		<TestCase testID="VLayout_group_paddingTop_positive_scroll" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2402,7 +2402,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingLeft_positive_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingLeft_positive_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2428,7 +2428,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingRight_positive_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingRight_positive_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2454,7 +2454,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingBottom_negative_scroll" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
+		<TestCase testID="VLayout_group_paddingBottom_negative_scroll" keywords="[VerticalLayout,paddingBottom]" description="paddingBottom space at the bottom">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2480,7 +2480,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingTop_negative_scroll" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
+		<TestCase testID="VLayout_group_paddingTop_negative_scroll" keywords="[VerticalLayout,paddingTop]" description="paddingTop space at top">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2506,7 +2506,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingLeft_negative_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingLeft_negative_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2532,7 +2532,7 @@
 		    </body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_paddingRight_negative_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
+		<TestCase testID="VLayout_group_paddingRight_negative_scroll" keywords="[VerticalLayout,paddingLeft]" description="paddingLeft space at left">
 		    <setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />
@@ -2558,7 +2558,7 @@
 		    </body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_default" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount default is -1">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_default" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount default is -1">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2569,7 +2569,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_default_fit_all" keywords="[VerticalLayout, requestedRowCount]" description="default requestedRowCount shows all children">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_default_fit_all" keywords="[VerticalLayout, requestedRowCount]" description="default requestedRowCount shows all children">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2601,7 +2601,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_explicit_size" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount ignored when default size is set">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_explicit_size" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount ignored when default size is set">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2639,7 +2639,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_4" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount set to 4 shows 4 children">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_4" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount set to 4 shows 4 children">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2681,7 +2681,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_greaterThan_children" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount greater than number of children">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_greaterThan_children" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount greater than number of children">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2707,7 +2707,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_requestedRowCount_change_runtime" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount changes from 4 to 8 all children should show">
+		<TestCase testID="VLayout_group_scroll_requestedRowCount_change_runtime" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount changes from 4 to 8 all children should show">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2754,7 +2754,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_rowCount_default" keywords="[VerticalLayout, rowCount]" description="requestedRowCount default is -1">
+		<TestCase testID="VLayout_group_scroll_rowCount_default" keywords="[VerticalLayout, rowCount]" description="requestedRowCount default is -1">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2765,7 +2765,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_rowCount_requestedRowCount" keywords="[VerticalLayout, rowCount]" description="change requestedRowCount verify rowCount is updated">
+		<TestCase testID="VLayout_group_scroll_rowCount_requestedRowCount" keywords="[VerticalLayout, rowCount]" description="change requestedRowCount verify rowCount is updated">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2777,7 +2777,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_rowCount_binding" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount changes from 4 to 8 all children should show">
+		<TestCase testID="VLayout_group_scroll_rowCount_binding" keywords="[VerticalLayout, requestedRowCount]" description="requestedRowCount changes from 4 to 8 all children should show">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2829,7 +2829,7 @@
 			</body>
 		</TestCase>
 	
-		<TestCase testID="VLayout__group_rowHeight_variableRowHeight" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_variableRowHeight" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2864,7 +2864,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_rowHeight_variableRowHeight_false" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_variableRowHeight_false" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2901,7 +2901,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_rowHeight_default_variableRowHeight_false" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_default_variableRowHeight_false" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2937,7 +2937,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_variableRowHeight_default" keywords="[VerticalLayout, variableRowHeight]" description="variableRowHeight default is true">
+		<TestCase testID="VLayout_group_variableRowHeight_default" keywords="[VerticalLayout, variableRowHeight]" description="variableRowHeight default is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2948,7 +2948,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_rowHeight_default_variableRowHeight_false_typicalLayoutElement" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_default_variableRowHeight_false_typicalLayoutElement" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -2983,7 +2983,7 @@
 				<CompareBitmap url="../Properties/baselines/$testID.png" numColorVariances="12" maxColorVariance="15" target=""/>				
 			</body>
 		</TestCase>
-		<TestCase testID="VLayout__group_rowHeight_typicalLayoutElement_UIComponent" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_typicalLayoutElement_UIComponent" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -3025,7 +3025,7 @@
 			</body>
 		</TestCase>
 
-		<TestCase testID="VLayout__group_rowHeight_typicalLayoutElement_GraphicElement" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
+		<TestCase testID="VLayout_group_rowHeight_typicalLayoutElement_GraphicElement" keywords="[VerticalLayout, rowHeight]" description="rowHeight has no effect when variableRowHeight is true">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -3067,7 +3067,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_verticalScrollPosition_bind" keywords="[VerticalLayout, verticalScrollPosition]" description="binding to verticalScrollPosition">
+		<TestCase testID="VLayout_group_scroll_verticalScrollPosition_bind" keywords="[VerticalLayout, verticalScrollPosition]" description="binding to verticalScrollPosition">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	
@@ -3093,7 +3093,7 @@
 			</body>
 		</TestCase>
 		
-		<TestCase testID="VLayout__group_scroll_verticalScrollPosition_scrollDown" keywords="[VerticalLayout, verticalScrollPosition]" description="scroll right and verify horizontalScrollPosition returns correctly">
+		<TestCase testID="VLayout_group_scroll_verticalScrollPosition_scrollDown" keywords="[VerticalLayout, verticalScrollPosition]" description="scroll right and verify horizontalScrollPosition returns correctly">
 			<setup>
 				<ResetComponent target="myScroll" className="Assets.MyGroupScroller" waitEvent="updateComplete" />
 				<ResetComponent target="grp" className="Assets.MyGroup" waitEvent="updateComplete" />	

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_contentJustify_change_text.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_contentJustify_change_text.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_justify_change_text.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_justify_change_text.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left_change_text.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_left_change_text.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_right_change_text.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_center_to_right_change_text.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left_text_percent_100.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_horizontalAlign_left_text_percent_100.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false_typicalLayoutElement.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_default_variableRowHeight_false_typicalLayoutElement.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_GraphicElement.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_GraphicElement.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_UIComponent.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_typicalLayoutElement_UIComponent.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_variableRowHeight_false.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_rowHeight_variableRowHeight_false.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_horizontalAlign_justify.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_horizontalAlign_justify.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_requestedRowCount_explicit_size.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/layout/VerticalLayout/Properties/baselines/VLayout_group_scroll_requestedRowCount_explicit_size.png?rev=1396052&r1=1396051&r2=1396052&view=diff
==============================================================================
Binary files - no diff available.