summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-05-05 11:45:42 +1000
committerDamian Jansen <damian.jansen@nokia.com>2011-05-05 11:45:42 +1000
commit2dfd1cdbaef2f5d1d84b039277ee8483b6e37965 (patch)
tree0a566f71635e62f862ea6eb4ea1ccc4e3ec63d5d
parent63e6837ffba7d766c2de3a86929e63da9164a2a4 (diff)
Use proper test language for text system tests
-rw-r--r--Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt4
-rw-r--r--Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt4
2 files changed, 4 insertions, 4 deletions
diff --git a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
index e30ba5e..65e61b2 100644
--- a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
+++ b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt
@@ -52,9 +52,9 @@ testcase = {
| Press the Select Word button | World is selected |
| Press the Select All button | Hello World is selected |
| Press the Select None button | No text is selected |
-| Press the Mouse Select button | The button is highlighted to represent selectByMouse = true |
+| Press the Mouse Select button | The button turns green and indicates Mouse On |
| Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard will show with selected text highlighted |
-| Press the Mouse Select button | The button is un-highlighted to represent selectByMouse = false |
+| Press the Mouse Select button | The button turns gray and indicates Mouse Off |
| Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard will show |
'));
},
diff --git a/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt b/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt
index 51e4bf0..8a6af73 100644
--- a/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt
+++ b/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt
@@ -52,9 +52,9 @@ testcase = {
| Press the Select Word button | World is selected |
| Press the Select All button | Hello World is selected |
| Press the Select None button | No text is selected |
-| Press the Mouse Select button | The button is highlighted to represent selectByMouse = true |
+| Press the Mouse Select button | The button turns green and indicates Mouse On |
| Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard will show with selected text highlighted |
-| Press the Mouse Select button | The button is un-highlighted to represent selectByMouse = false |
+| Press the Mouse Select button | The button turns gray and indicates Mouse Off |
| Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard will show |
'));
},