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/10/17 02:36:45 UTC

svn commit: r1399059 - /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml

Author: aharui
Date: Wed Oct 17 00:36:44 2012
New Revision: 1399059

URL: http://svn.apache.org/viewvc?rev=1399059&view=rev
Log:
add portNumber

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml?rev=1399059&r1=1399058&r2=1399059&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Button/styles/button_icon_styles_emphasized.mxml Wed Oct 17 00:36:44 2012
@@ -75,7 +75,7 @@
 <TestCase testID="button_icon_http_emphasized" keywords="[emphasized,Button]" description="Load icon from the internet">
 	<setup>
 		<ResetComponent target="btn1" className="spark.components.Button" waitEvent="updateComplete" waitTarget="btn1" />
-		<SetStyle target="btn1" styleName="icon" value="http://localhost/gumbo/components/Button/swfs/Assets/logo.png?avoidThe304_1" />
+		<SetStyle target="btn1" styleName="icon" value="http://localhost:{portNumber}/gumbo/components/Button/swfs/Assets/logo.png?avoidThe304_1" />
 		<SetProperty target="btn1" propertyName="emphasized" value="true" waitEvent="updateComplete" />
 		<Pause timeout="1000" />
 	</setup>
@@ -87,7 +87,7 @@
 <TestCase testID="button_icon_http_404_emphasized" keywords="[emphasized,Button]" description="Load icon from the internet which is not available">
 	<setup>
 		<ResetComponent target="btn1" className="spark.components.Button" waitEvent="updateComplete" waitTarget="btn1" />
-		<SetStyle target="btn1" styleName="icon" value="http://localhost/gumbo/components/Button/swfs/Assets/logo.pngss" />
+		<SetStyle target="btn1" styleName="icon" value="http://localhost:{portNumber}/gumbo/components/Button/swfs/Assets/logo.pngss" />
 		<Pause timeout="1000" />
 		<SetProperty target="btn1" propertyName="emphasized" value="true" waitEvent="updateComplete" />
 	</setup>