You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/01/05 22:27:13 UTC

svn commit: r1429389 - /flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml

Author: jmclean
Date: Sat Jan  5 21:27:12 2013
New Revision: 1429389

URL: http://svn.apache.org/viewvc?rev=1429389&view=rev
Log:
Updated URLs to flex.apache.org from incubator.apache.org/flex

Modified:
    flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml

Modified: flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml?rev=1429389&r1=1429388&r2=1429389&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/apollo/HTML/Events/AIRHTMLEventsTester.mxml Sat Jan  5 21:27:12 2013
@@ -58,7 +58,7 @@
 		<TestCase testID="AIR_HTML_Event_htmlDOMInitialize " description="checks htmlDOMInitialize  event" keywords="[AIR, HTML, event, htmlDOMInitialize]">			
 			 <setup>
 			      <ResetComponent target="myHTML" className="mx.controls::HTML" waitEvent="updateComplete" waitTarget="myHTML"/>
-			      <SetProperty propertyName="location" value="http://incubator.apache.org/flex" target="myHTML"/>
+			      <SetProperty propertyName="location" value="http://flex.apache.org/" target="myHTML"/>
 	  		</setup>
 			<body>
 				<WaitForEffectsToEnd />
@@ -69,7 +69,7 @@
 		<TestCase testID="AIR_HTML_Event_complete" description="checks complete event" keywords="[AIR, HTML, event, complete]">			
 			 <setup>
 			      <ResetComponent target="myHTML" className="mx.controls::HTML" waitEvent="updateComplete" waitTarget="myHTML"/>
-			      <SetProperty propertyName="location" value="http://incubator.apache.org/flex" target="myHTML"/>
+			      <SetProperty propertyName="location" value="http://flex.apache.org/" target="myHTML"/>
 	  		</setup>
 			<body>
 				
@@ -80,7 +80,7 @@
 		<TestCase testID="AIR_HTML_Event_htmlRender" description="checks htmlRender event" keywords="[AIR, HTML, event, htmlRender]">			
 			 <setup>
 			      <ResetComponent target="myHTML" className="mx.controls::HTML" waitEvent="updateComplete" waitTarget="myHTML"/>
-			      <SetProperty propertyName="location" value="http://incubator.apache.org/flex" target="myHTML"/>
+			      <SetProperty propertyName="location" value="http://flex.apache.org/" target="myHTML"/>
 	  		</setup>
 			<body>