From 2dfd1cdbaef2f5d1d84b039277ee8483b6e37965 Mon Sep 17 00:00:00 2001 From: Damian Jansen Date: Thu, 5 May 2011 11:45:42 +1000 Subject: Use proper test language for text system tests --- Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt | 4 ++-- Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt | 4 ++-- 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 | ')); }, -- cgit v1.2.3