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>