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/01 20:59:51 UTC

svn commit: r1392518 - in /incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles: BasicTests/loadFonts.mxml api/loadCSSSwf.mxml

Author: cframpton
Date: Mon Oct  1 18:59:51 2012
New Revision: 1392518

URL: http://svn.apache.org/viewvc?rev=1392518&view=rev
Log:
Fix a couple of tests with stray bits.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/BasicTests/loadFonts.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/api/loadCSSSwf.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/BasicTests/loadFonts.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/BasicTests/loadFonts.mxml?rev=1392518&r1=1392517&r2=1392518&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/BasicTests/loadFonts.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/BasicTests/loadFonts.mxml Mon Oct  1 18:59:51 2012
@@ -44,7 +44,7 @@
 			<RunCode code="application.loadFonts();" waitEvent="complete" waitTarget="eventDispatcher" />
 		
 			<Pause timeout="1000" />	
-			<CompareBitmap url="../BasicTests/baselines/$testID.png" target="mod_loader"  />	
+			<CompareBitmap url="../BasicTests/baselines/$testID.png" target="mod_loader" numColorVariances="5" maxColorVariance="1" />	
 
 		    </body>
 		</TestCase>

Modified: incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/api/loadCSSSwf.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/api/loadCSSSwf.mxml?rev=1392518&r1=1392517&r2=1392518&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/api/loadCSSSwf.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/PerModuleStyles/api/loadCSSSwf.mxml Mon Oct  1 18:59:51 2012
@@ -40,13 +40,13 @@
 		    <body>	
 			<RunCode code="application.iniit();"  waitTarget="mod_loader" waitEvent="ready" />	
 			<Pause timeout="1000" />	
-			<CompareBitmap url="../api/baselines/$testID_initial.png" target="groupId"  numColorVariances="10" ignoreMaxColorVariance="true" />		
+			<CompareBitmap url="../api/baselines/$testID_initial.png" target="groupId" numColorVariances="15" ignoreMaxColorVariance="true" />		
 			<DispatchMouseClickEvent target="loadStylesButton" waitEvent="complete" waitTarget="eventDispatcher" />			
 			<Pause timeout="500"/>
-			<CompareBitmap url="../api/baselines/$testID_loaded.png" target="groupId" numColorVariances="10" ignoreMaxColorVariance="true" />	
+			<CompareBitmap url="../api/baselines/$testID_loaded.png" target="groupId" numColorVariances="15" ignoreMaxColorVariance="true" />	
 			<DispatchMouseClickEvent target="unloadStylesButton" waitEvent="click" waitTarget="unloadStylesButton" />			
 			<Pause timeout="500"/>
-			<CompareBitmap url="../api/baselines/$testID_unloaded.png" target="groupId" numColorVariances="10" ignoreMaxColorVariance="true" />
+			<CompareBitmap url="../api/baselines/$testID_unloaded.png" target="groupId" numColorVariances="15" ignoreMaxColorVariance="true" />
 		    </body>
 		</TestCase>
 	</testCases>