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/09/19 08:35:56 UTC

svn commit: r1387464 - /incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml

Author: aharui
Date: Wed Sep 19 06:35:55 2012
New Revision: 1387464

URL: http://svn.apache.org/viewvc?rev=1387464&view=rev
Log:
one more fix

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml?rev=1387464&r1=1387463&r2=1387464&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/spark/collections/Sort/SparkComboBox/SF_sparkComboBox_tester.mxml Wed Sep 19 06:35:55 2012
@@ -471,7 +471,7 @@
 				<AssertMethodValue method="value=SFConstant.getArrayOfField('address',application.uiComboBoxComp.comboBoxDataProvider)" 
 								   valueExpression="value=application.uiComboBoxComp.revertArray(application.uiComboBoxComp.sparkSortedArray)"/>
 				<AssertMethodValue method="value=SFConstant.getArrayOfField('name',application.uiComboBoxComp.comboBoxDataProvider)" 
-								   value="cadbury,barmen,Bo,Izzy,TJ,Moe,Molly,Matisse,Bunny,Daisy,Imari,Umbra,Danny,Ted,Chumley"/>
+								   value="cadbury,Bo,TJ,barmen,Izzy,Moe,Molly,Matisse,Bunny,Daisy,Imari,Umbra,Danny,Ted,Chumley"/>
 			</body>
 		</TestCase>  
 		<TestCase testID="SortField_sparkComboBox_reverse_script_test16" description="reverse items sort order based on different descending setting of SortField"  keywords="[Sort, sparkComboBox]">