You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/10/01 20:35:26 UTC

svn commit: r1392504 - /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml

Author: pent
Date: Mon Oct  1 18:35:26 2012
New Revision: 1392504

URL: http://svn.apache.org/viewvc?rev=1392504&view=rev
Log:
Fixed syntax error

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml?rev=1392504&r1=1392503&r2=1392504&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/RichText/Bugs/checkTextGraphicWithFormatting.mxml Mon Oct  1 18:35:26 2012
@@ -96,7 +96,7 @@
 		</TestCase>
 		<TestCase testID="textGraphicWithFormatting_defaultFont" keywords="[RichText, format]" description="RichText format" >
 		    <body>
-			<CompareBitmap url="../Bugs/baselines/$testID@mac.png" target="gr6" numColorVariances="10" ignoreMaxColorVariance="true">
+			<CompareBitmap url="../Bugs/baselines/$testID@mac.png" target="gr6" numColorVariances="10" ignoreMaxColorVariance="true"/>
 		    </body>
 		</TestCase>
 		<TestCase testID="textGraphicWithFormatting_defaultFontOutsideEmbeddedInside" keywords="[RichText, format]" description="RichText format" >