<?xml version="1.0" encoding="utf-8"?>
<!-- This is an auto generated file and is not intended for modification. -->
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:flexui="flexunit.flexui.*" creationComplete="onCreationComplete()">
<fx:Script>
<![CDATA[
import com.adobe.rsl.TestRSLLoader;
import org.flexunit.runner.Request;
public function currentRunTestSuite():Array
{
var testsToRun:Array = new Array();
testsToRun.push(Request.methods(TestRSLLoader,["testRSLLoader",
"testLoad",
"testAddRSL"]));
return testsToRun;
}
private function onCreationComplete():void
{
testRunner.runWithFlexUnit4Runner(currentRunTestSuite(), "FlashMediaPlaybackTest");
}
]]>
</fx:Script>
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<flexui:FlexUnitTestRunnerUI id="testRunner">
</flexui:FlexUnitTestRunnerUI>
</s:WindowedApplication>