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/03 00:23:07 UTC

svn commit: r1393216 - /incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml

Author: cframpton
Date: Tue Oct  2 22:23:06 2012
New Revision: 1393216

URL: http://svn.apache.org/viewvc?rev=1393216&view=rev
Log:
Embed fonts and remove OS specific conditionals.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml?rev=1393216&r1=1393215&r2=1393216&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/Application/Application_SparkSkin/Properties/PercentConstraints_Application.mxml Tue Oct  2 22:23:06 2012
@@ -187,7 +187,7 @@
 		</body>
 	</TestCase>
 
-	<TestCase testID="constraintRows_percentage_changeRow2AtRuntime_mac" keywords="[Button, percentage sized, Canvas, constraintRow]"
+	<TestCase testID="constraintRows_percentage_changeRow2AtRuntime" keywords="[Button, percentage sized, Canvas, constraintRow]"
 	    description="ConstraintRows with percentage height set at runtime">
 		<setup>
 		    <RunCode code="arr = []" />
@@ -213,9 +213,7 @@
 		</setup>
 		<body>
 			<SetProperty target="constraintRows.1" propertyName="percentHeight" value="30" waitEvent="updateComplete" waitTarget=""/>
-			<AssertPropertyValue target="getChildAt(1)" propertyName="height" value="140" >
-				<ConditionalValue os="win" value="148"/>
-			</AssertPropertyValue>
+			<AssertPropertyValue target="getChildAt(1)" propertyName="height" value="140" />
 			<AssertPropertyValue target="getChildAt(1)" propertyName="y" value="10" />
 		</body>
 	</TestCase>
@@ -312,7 +310,7 @@
 		</setup>
 		<body>
 			<SetStyle target="getChildAt(1)" styleName="top" value="row1:45" waitEvent="updateComplete" waitTarget="getChildAt(1)"/>
-			<AssertPropertyValue target="getChildAt(1)" propertyName="height" value="150" />
+			<AssertPropertyValue target="getChildAt(1)" propertyName="height" value="164" />
 			<AssertPropertyValue target="getChildAt(1)" propertyName="y" value="45" />
 		</body>
 	</TestCase>