diff options
| author | Damian Jansen <damian.jansen@nokia.com> | 2011-05-05 11:36:07 +1000 |
|---|---|---|
| committer | Damian Jansen <damian.jansen@nokia.com> | 2011-05-05 11:36:07 +1000 |
| commit | 63e6837ffba7d766c2de3a86929e63da9164a2a4 (patch) | |
| tree | 5500065a3f79662607dee85b57692b878cf0ad21 | |
| parent | 29ff57815e81c6b650ddda7dc6ce62df45d5fe7d (diff) | |
Fix initial state of rtl test
| -rw-r--r-- | Qt/examples/declarative/rtl/sys_rtl/sys_rtl.qtt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Qt/examples/declarative/rtl/sys_rtl/sys_rtl.qtt b/Qt/examples/declarative/rtl/sys_rtl/sys_rtl.qtt index b6d5b60..e0b8377 100644 --- a/Qt/examples/declarative/rtl/sys_rtl/sys_rtl.qtt +++ b/Qt/examples/declarative/rtl/sys_rtl/sys_rtl.qtt @@ -67,7 +67,7 @@ Note: Empty/whitepace text has no direction, thus TextEdits will still show the prompt(twiki('---++ '+name+' Text alignment Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt.nokia.com/browse/QTBUG-17973 | *Step* | *Verification* | -| Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Left alignment | +| Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit alignment | | Press the indicator until '+name+' alignment shows | Verify that the indicator at the bottom shows '+name+' alignment | | Observe the three different element types - Text, TextInput, TextEdit | Verify that for each case where the text box shows right-to-left text, the text is aligned to the '+alignment+' | | (Skip this on devices with no Home/End key) In the right-to-left TextInput, press Home, then End | Verify the cursor moves fully to the right of the text only, and then fully to the left side respectively | |
