blob: 281b0dd3caaade917df721f57b0f3dec94d072b2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<UnitTester testDir="spark/globalization/StringTools/Styles/"
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:s="library://ns.adobe.com/flex/spark" xmlns="*"
testSWF="ST_style_StyleManager_typeSelector.mxml">
<mx:Script>
<![CDATA[
import flash.globalization.StringTools;
import assets.StringToolsTestConstants;
public var stGSLib:flash.globalization.StringTools;
public static function init(o:DisplayObject):void
{
}
]]>
</mx:Script>
<mx:Metadata>
<![CDATA[
[Mixin]
]]>
</mx:Metadata>
<!--This test file is to test locale using StyleManager-->
<testCases>
<!--test Type Selector-->
<TestCase testID="StringTools_StyleManager_TypeSelector_test1" description="test Type Selector" keywords="[StringTools, style, StyleManager, TypeSelector]">
<setup>
<RunCode code="stGSLib=new flash.globalization.StringTools('zh-CN')" />
<RunCode code="application.testStringTools('type')" />
<Pause timeout="{StringToolsTestConstants.pauseTime}" />
</setup>
<body>
<AssertPropertyValue propertyName="actualLocaleIDName" valueExpression="value=stGSLib.actualLocaleIDName" target="stTypeSelector"/>
</body>
</TestCase>
</testCases>
</UnitTester>