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 17:12:59 UTC

svn commit: r1394111 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles: Label_Styles_tester2.mxml baselines/Label_baselineShift_subscript.png baselines/Label_baselineShift_superscript.png

Author: cframpton
Date: Thu Oct  4 15:12:59 2012
New Revision: 1394111

URL: http://svn.apache.org/viewvc?rev=1394111&view=rev
Log:
Label superscript and subscript tests need os specific bitmaps.  Both flavors of png were  there but test was hard-coded to use mac so added ConditionalValue.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/Label_Styles_tester2.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_subscript.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_superscript.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/Label_Styles_tester2.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/Label_Styles_tester2.mxml?rev=1394111&r1=1394110&r2=1394111&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/Label_Styles_tester2.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/Label_Styles_tester2.mxml Thu Oct  4 15:12:59 2012
@@ -200,7 +200,9 @@
 			</setup>
 			<body>
 				<AssertStyleValue target="textBoxComp.textBox" styleName="baselineShift" value="subscript" />
-				<CompareBitmap  url="../Styles/baselines/$testID@mac.png" target="container" />
+				<CompareBitmap  url="../Styles/baselines/" target="container">
+					<ConditionalValue os="mac"/>
+				</CompareBitmap>
 			</body>
 		</TestCase>
 
@@ -212,7 +214,9 @@
 			</setup>
 			<body>
 				<AssertStyleValue target="textBoxComp.textBox" styleName="baselineShift" value="superscript" />
-				<CompareBitmap url="../Styles/baselines/$testID@mac.png" target="container" />
+				<CompareBitmap url="../Styles/baselines/" target="container">
+					<ConditionalValue os="mac"/>
+				</CompareBitmap>
 			</body>
 		</TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_subscript.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_subscript.png?rev=1394111&r1=1394110&r2=1394111&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_superscript.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Label/Styles/baselines/Label_baselineShift_superscript.png?rev=1394111&r1=1394110&r2=1394111&view=diff
==============================================================================
Binary files - no diff available.