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 18:46:39 UTC

svn commit: r1394153 - /incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml

Author: cframpton
Date: Thu Oct  4 16:46:39 2012
New Revision: 1394153

URL: http://svn.apache.org/viewvc?rev=1394153&view=rev
Log:
Fix Windows failure by adding tolerances to CompareBitmap.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml?rev=1394153&r1=1394152&r2=1394153&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/SparkModules/Constraints/Properties/Module_tester002.mxml Thu Oct  4 16:46:39 2012
@@ -40,7 +40,7 @@
 		 		<Pause timeout="1000"/>
 		   	</setup>
 		   	<body>
-				<CompareBitmap url="../Properties/baselines/$testID.png" target="mainModule" />
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="mainModule" maxColorVariance="1" numColorVariances="10"/>
 				<RunCode code="FlexGlobals.topLevelApplication.doUnloadModule()"/>	
 		   	</body>
 	   	</TestCase>