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 2013/05/15 21:00:35 UTC

[15/17] git commit: [flex-sdk] [refs/heads/develop] - fix more Grid tests broken since January

fix more Grid tests broken since January


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

Branch: refs/heads/develop
Commit: b1b85c8f085452c3facdddaccf1c2966289a3f24
Parents: 909d882
Author: Alex Harui <ah...@apache.org>
Authored: Wed May 15 11:55:28 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed May 15 11:57:36 2013 -0700

----------------------------------------------------------------------
 .../Grid/SWFs/components/customGrid_TypItem.mxml   |   11 +++++++++++
 .../components/customGrid_TypItem_ReqRowCol.mxml   |   11 +++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b1b85c8f/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem.mxml b/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem.mxml
index f517bcc..29f61f5 100644
--- a/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem.mxml
+++ b/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem.mxml
@@ -88,5 +88,16 @@
 			}
 		]]>	
 	</fx:Script>	
+    <s:gridView>
+        <fx:Component>
+            <s:GridView>
+                <s:GridLayer name="backgroundLayer"/>
+                <s:GridLayer name="selectionLayer"/>
+                <s:GridLayer name="editorIndicatorLayer"/>                            
+                <s:GridLayer name="rendererLayer"/>
+                <s:GridLayer name="overlayLayer"/>
+            </s:GridView>
+        </fx:Component>
+    </s:gridView>
 		
 </s:Grid>	

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b1b85c8f/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem_ReqRowCol.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem_ReqRowCol.mxml b/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem_ReqRowCol.mxml
index 4268ce1..cc32bbe 100644
--- a/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem_ReqRowCol.mxml
+++ b/mustella/tests/gumbo/components/Grid/SWFs/components/customGrid_TypItem_ReqRowCol.mxml
@@ -65,5 +65,16 @@
 		</s:ArrayCollection>
 				
 	</fx:Declarations>
+    <s:gridView>
+        <fx:Component>
+            <s:GridView>
+                <s:GridLayer name="backgroundLayer"/>
+                <s:GridLayer name="selectionLayer"/>
+                <s:GridLayer name="editorIndicatorLayer"/>                            
+                <s:GridLayer name="rendererLayer"/>
+                <s:GridLayer name="overlayLayer"/>
+            </s:GridView>
+        </fx:Component>
+    </s:gridView>
 		
 </s:Grid>