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/05 19:26:32 UTC

svn commit: r1394673 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties: ./ baselines/

Author: cframpton
Date: Fri Oct  5 17:26:31 2012
New Revision: 1394673

URL: http://svn.apache.org/viewvc?rev=1394673&view=rev
Log:
Remove os specific baselines which aren't needed.

Removed:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/styleSheet_general@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/styleSheet_para@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/styleSheet_span@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth5@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth6@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth7@mac.png
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/FTETextField_Properties_tester.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth5.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth6.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth7.png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/FTETextField_Properties_tester.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/FTETextField_Properties_tester.mxml?rev=1394673&r1=1394672&r2=1394673&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/FTETextField_Properties_tester.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/FTETextField_Properties_tester.mxml Fri Oct  5 17:26:31 2012
@@ -2726,9 +2726,7 @@
 				<RunCode code="initFTETextFieldStyleSheet(FlexGlobals.topLevelApplication.can.fteTxt,generalStyleSheet, setUpGeneralStyleSheet());" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/" target="can.fteTxt" numColorVariances="35" ignoreMaxColorVariance="true">
-					<ConditionalValue os="mac" />
-				</CompareBitmap>
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" numColorVariances="35" maxColorVariance="1"/>
 			</body>
 		</TestCase>
 		<TestCase testID="styleSheet_para" description="test paragraph with StyleSheet class defined" keywords="[FTETextField, styleSheet, property]">
@@ -2737,10 +2735,7 @@
 				<RunCode code="initFTETextFieldStyleSheet(FlexGlobals.topLevelApplication.can.fteTxt,paraStyleSheet, setUpParaStyleSheet());" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/" target="can.fteTxt" numColorVariances="35" ignoreMaxColorVariance="true">
-					<ConditionalValue os="mac" />
-				</CompareBitmap>
-
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" numColorVariances="35" maxColorVariance="1"/>
 			</body>
 		</TestCase>
 		<TestCase testID="styleSheet_span" description="test span with StyleSheet class defined" keywords="[FTETextField, styleSheet, property]">
@@ -2749,10 +2744,7 @@
 				<RunCode code="initFTETextFieldStyleSheet(FlexGlobals.topLevelApplication.can.fteTxt,spanStyleSheet, setUpSpanStyleSheet());" />
 			</setup>
 			<body>
-				<CompareBitmap url="../Properties/baselines/" target="can.fteTxt" numColorVariances="35" ignoreMaxColorVariance="true">
-					<ConditionalValue os="mac" />
-				</CompareBitmap>
-
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" numColorVariances="35" maxColorVariance="1"/>
 			</body>
 		</TestCase>
 
@@ -2872,7 +2864,7 @@
 				<AssertPropertyValue target="can.fteTxt" propertyName="numLines" value="4" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textWidth" value="99" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textHeight" value="64" />
-				<CompareBitmap url="../Properties/baselines/$testID@mac.png" target="can.fteTxt" />
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" />
 			</body>
 		</TestCase>
 		<TestCase testID="textWidth6" description="Test textWidth/textHeight getter on a UIFTETextField" keywords="[FTETextField, textWidth, textHeight, property]">
@@ -2885,7 +2877,7 @@
 				<AssertPropertyValue target="can.fteTxt" propertyName="numLines" value="4" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textWidth" value="99" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textHeight" value="64" />
-				<CompareBitmap url="../Properties/baselines/$testID@mac.png" target="can.fteTxt" />
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" />
 				
 			</body>
 		</TestCase>
@@ -2899,7 +2891,7 @@
 				<AssertPropertyValue target="can.fteTxt" propertyName="numLines" value="2" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textWidth" value="204" />
 				<AssertPropertyValue target="can.fteTxt" propertyName="textHeight" value="34" />
-				<CompareBitmap url="../Properties/baselines/$testID@mac.png" target="can.fteTxt" />
+				<CompareBitmap url="../Properties/baselines/$testID.png" target="can.fteTxt" />
 			</body>
 		</TestCase>
 

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth5.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth5.png?rev=1394673&r1=1394672&r2=1394673&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth6.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth6.png?rev=1394673&r1=1394672&r2=1394673&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth7.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/FTETextField/Properties/baselines/textWidth7.png?rev=1394673&r1=1394672&r2=1394673&view=diff
==============================================================================
Binary files - no diff available.