1.test-suite.xml

<test for="ta-AYLMhryBnD" id="i18nlro01" src="test-cases/i18n-lro/001/
i18nlro01.wgt">
        Tests that LRO direction applies to the name element.
        To pass, the displayed value of the name element must render as
&quot;&#x5DD;&#x5E4;&#x5DC;&#x5DC;&#x5D7;&#x5E7;&quot;.
    </test>

2.config.xml

<widget id="i18nlro01:" xmlns="http://www.w3.org/ns/widgets";>
    <name dir="lro">&#x05E7;&#x05D7;&#x05DC;&#x05DC;&#x05E4;&#x05DD;</
name>
</widget>

3.TestReport.html

171 Tests that LRO direction applies to the name element. To pass, the
displayed value of the name element must render as "םפללחק".

Test Case code:
Widget widget =
WidgetCreator.createWidgetFromArchive(testCaseDetail.getSrc());
                        String actualName
=widget.getWidgetConfiguration().getWidgetLongName();


expected output iam getting "קחללפם"


please tell me i want to wite any code in test code for LRO,LRT,RTL


please help me


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to