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/06 20:25:57 UTC

svn commit: r1381706 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties: Baselines/shader_MXML_test1.png ShaderFilter_shader_MXML.mxml

Author: aharui
Date: Thu Sep  6 18:25:57 2012
New Revision: 1381706

URL: http://svn.apache.org/viewvc?rev=1381706&view=rev
Log:
Fix even more tests

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_MXML_test1.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/ShaderFilter_shader_MXML.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_MXML_test1.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/Baselines/shader_MXML_test1.png?rev=1381706&r1=1381705&r2=1381706&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/ShaderFilter_shader_MXML.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/ShaderFilter_shader_MXML.mxml?rev=1381706&r1=1381705&r2=1381706&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/ShaderFilter_shader_MXML.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/filters/ShaderFilter/Properties/ShaderFilter_shader_MXML.mxml Thu Sep  6 18:25:57 2012
@@ -59,6 +59,7 @@
         <AssertMethodValue method="value=application.imgEmbeddedInScript.filters[0].shader is Shader" value="true" />
         <AssertMethodValue method="value=application.imgEmbeddedInScript.filters[0].shader.data.name" value="FloatR" />
         <AssertMethodValue method="value=application.imgEmbeddedInScript.filters[0].theFloat" valueExpression="value='0.5'" />
+		<WaitForLayoutManager />
         <CompareBitmap url="../Properties/Baselines/$testID.png" target="imgEmbeddedInScript" />
     </body>
 </TestCase>