summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-02-24 14:35:29 +1000
committerDamian Jansen <damian.jansen@nokia.com>2011-02-24 14:35:29 +1000
commite3f9e6ff375685f0f1181532685c0a077d1b8673 (patch)
treee0f8fe79cc010218f789e50edc0d5bf631dc84b6
parent5c4f4ef376bfdbfe30654096ac3067a4565b74ee (diff)
Fix, and enable pincharea tests
-rw-r--r--Qt/examples/declarative/declarative.pro2
-rw-r--r--Qt/examples/declarative/pincharea/sys_pincharea/sys_pincharea.qtt9
2 files changed, 7 insertions, 4 deletions
diff --git a/Qt/examples/declarative/declarative.pro b/Qt/examples/declarative/declarative.pro
index ad83c59..551cad3 100644
--- a/Qt/examples/declarative/declarative.pro
+++ b/Qt/examples/declarative/declarative.pro
@@ -1,2 +1,2 @@
TEMPLATE=subdirs
-SUBDIRS+=dial parallax
+SUBDIRS+=dial parallax pincharea
diff --git a/Qt/examples/declarative/pincharea/sys_pincharea/sys_pincharea.qtt b/Qt/examples/declarative/pincharea/sys_pincharea/sys_pincharea.qtt
index a57caf6..7f12c17 100644
--- a/Qt/examples/declarative/pincharea/sys_pincharea/sys_pincharea.qtt
+++ b/Qt/examples/declarative/pincharea/sys_pincharea/sys_pincharea.qtt
@@ -43,7 +43,7 @@ testcase = {
pincharea_resize: function()
{
- prompt(twiki('Scaling
+ prompt(twiki('---+++ Scaling
| *Step* | *Verification* |
| Execute SystemTests/Qt/examples/declarative/pincharea/pincharea.qml | |
| Press Enable | Enabler button turns green |
@@ -55,7 +55,8 @@ testcase = {
pincharea_rotate: function()
{
- prompt(twiki('Rotation - If the target device is an N8, expect odd behavior when executing this test. The device does not have a multiple touch screen.
+ prompt(twiki('---+++ Rotation
+If the target device is an N8, expect odd behavior when executing this test. The device does not have a multiple touch screen.
| *Step* | *Verification* |
| Execute SystemTests/Qt/examples/declarative/pincharea/pincharea.qml | |
| Press Enable | Enabler button turns green |
@@ -65,7 +66,9 @@ testcase = {
pincharea_drag: function()
{
- prompt(twiki('Dragging - If the target device is an N8, expect odd behavior when executing this test. The device does not have a multiple touch screen.
+ prompt(twiki('---+++ Dragging
+If the target device is an N8, expect odd behavior when executing this test. The device does not have a multiple touch screen.
+| *Step* | *Verification* |
| Execute SystemTests/Qt/examples/declarative/pincharea/pincharea.qml | |
| Press Enable | Enabler button turns green |
| Place two fingers on the display, and drag around the screen | |