diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 21:07:58 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-09 07:54:42 (GMT) |
commit | 60666017530dc981b3908e3e572269cb5a3019ed (patch) | |
tree | 2c82884738c155c6a4103eb84e2871996894ff30 /tests/system | |
parent | 95a857c2d3212c0a19aefd11ff960df56d413acc (diff) | |
download | Qt-60666017530dc981b3908e3e572269cb5a3019ed.zip Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.gz Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.bz2 |
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/declarative/sys_rtl/sys_rtl.qtt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/system/declarative/sys_rtl/sys_rtl.qtt b/tests/system/declarative/sys_rtl/sys_rtl.qtt index ba18237..3a2c546 100644 --- a/tests/system/declarative/sys_rtl/sys_rtl.qtt +++ b/tests/system/declarative/sys_rtl/sys_rtl.qtt @@ -45,7 +45,7 @@ testcase = { implicit_text_alignment: function() { prompt(twiki('---++ Implicit 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 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit 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 right | @@ -61,7 +61,7 @@ Note: Empty/whitepace text has no direction, thus TextEdits will still show the left_center_and_right_text_alignment: function(name,alignment) { 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 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | 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 | @@ -72,7 +72,7 @@ Note: Empty/whitepace text has no direction, thus TextEdits will still show the { prompt(twiki('---++ Justified Text alignment Note that this only applies to Text and TextEdit. AlignJustify is not available for TextInput -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 +Note: Empty/whitepace text has no direction, thus TextEdits will still show the cursor to the left. See http://bugreports.qt-project.org/browse/QTBUG-17973 | *Step* | *Verification* | | Execute systemtests/Qt/examples/declarative/rtl/rtltext.qml | Verify that the indicator at the bottom shows Implicit alignment | | Press the indicator until Justify alignment shows | Verify that the indicator at the bottom shows Justify alignment | |