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/04 20:21:25 UTC

svn commit: r1394190 - /incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml

Author: cframpton
Date: Thu Oct  4 18:21:25 2012
New Revision: 1394190

URL: http://svn.apache.org/viewvc?rev=1394190&view=rev
Log:
Add numColorVariances so test passes on Windows.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml?rev=1394190&r1=1394189&r2=1394190&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/GumboComponents/SF_ORIG_list_keyboardNavigation_tester.mxml Thu Oct  4 18:21:25 2012
@@ -157,20 +157,20 @@ xmlns="*" testSWF="SF_ORIG_ListBasic.mxm
             <setup>
                 <ResetComponent target="list1" className="spark.components.List" waitEvent="updateComplete" />
                 <ResetComponent target="list2" className="spark.components.List" waitEvent="updateComplete" />
-		<SetProperty target="list1" propertyName="allowMultipleSelection" value="true" />
+				<SetProperty target="list1" propertyName="allowMultipleSelection" value="true" />
             </setup>
             <body>
                 <RunCode code="application.list1.itemRenderer=new ClassFactory(comps.PlayerRenderer);"  />
                 <SetProperty target="list1" propertyName="dataProvider" valueExpression="value=application.sortAC();" waitEvent="updateComplete" waitTarget="list1.dataGroup"/>
 
-		<DispatchKeyEvent keys="[TAB]" waitTarget="list1" waitEvent="focusIn" />
+				<DispatchKeyEvent keys="[TAB]" waitTarget="list1" waitEvent="focusIn" />
                 <DispatchKeyEvent keys="[DOWN]"  waitTarget="list1" waitEvent="updateComplete"/>
                 <RunCode code="application.ac.addItemAt(application.newPlayer, 0);" waitEvent="updateComplete"  waitTarget="list1.dataGroup" />
                 <DispatchKeyEvent keys="[DOWN]"  ctrlKey="true" />
                 <SetProperty target="list1" propertyName="width" value="100" />
                 <DispatchKeyEvent keys="[DOWN]"  ctrlKey="true" />
- 		<SetProperty target="list1" propertyName="height" value="115" waitEvent="updateComplete" />
-		<CompareBitmap url="../GumboComponents/baselines/$testID.png" target="list1" />
+ 				<SetProperty target="list1" propertyName="height" value="115" waitEvent="updateComplete" />
+				<CompareBitmap url="../GumboComponents/baselines/$testID.png" target="list1" numColorVariances="4"/>
             </body>
         </TestCase>
        <TestCase testID="List_keyboardNavigation8" keywords="[List, method,arrayCollection,binding, dataProvider.addItemAt]" description="">