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/12/21 22:58:43 UTC

svn commit: r1425159 - /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml

Author: cframpton
Date: Fri Dec 21 21:58:42 2012
New Revision: 1425159

URL: http://svn.apache.org/viewvc?rev=1425159&view=rev
Log:
Fix comment.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml?rev=1425159&r1=1425158&r2=1425159&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/DataGrid/Properties/DataGrid_Properties_lockedRC.mxml Fri Dec 21 21:58:42 2012
@@ -59,12 +59,8 @@
  
 		<!--
 		************** NOTE ***************
-		The tests in this file are commented out because DataGrid Locked Rows and Columns
-		functionality is not yet fully implemented.  Existing DataGrid bugs result in the
-		incorrect appearance of the column separator in the header when lockedColumnCount is set,
-		making all tests that use bitmaps incorrect.  All of these tests should function 
-		correctly, therefore, once bitmaps can be generated they can theoretically be uncommented,
-		updated, and used.  
+		The tests in this file that are still commented out can be turned on after they 
+		are verified to be correct.
 		-->
 		
  		<TestCase testID="DataGrid_Properties_LRC_defaultGet" keywords="[DataGrid, Property, lockedRowCount, Scroll]" description="Test lockedRowCount and lockedColumnCount set in MXML">