From aae3c899b10bee2dd64bb00bb2832620a47cff87 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 22 Jun 2009 09:15:00 +1000 Subject: Update flickable visual test. Not yet working. There are event timing problems with the test engine. --- tests/auto/declarative/visual/flickable/Day.qml | 5 +- tests/auto/declarative/visual/flickable/cork.jpg | Bin 88766 -> 22211 bytes .../declarative/visual/flickable/flickable.qml | 4 +- tests/auto/declarative/visual/flickable/image0.png | Bin 360547 -> 0 bytes .../declarative/visual/flickable/manifest-fail.xml | 30 ---- .../auto/declarative/visual/flickable/manifest.xml | 190 --------------------- tests/auto/declarative/visual/tests | 1 + 7 files changed, 5 insertions(+), 225 deletions(-) delete mode 100644 tests/auto/declarative/visual/flickable/image0.png delete mode 100644 tests/auto/declarative/visual/flickable/manifest-fail.xml delete mode 100644 tests/auto/declarative/visual/flickable/manifest.xml diff --git a/tests/auto/declarative/visual/flickable/Day.qml b/tests/auto/declarative/visual/flickable/Day.qml index 63fbc78..6af7b1c 100644 --- a/tests/auto/declarative/visual/flickable/Day.qml +++ b/tests/auto/declarative/visual/flickable/Day.qml @@ -1,8 +1,8 @@ Rect { property string day - width: 400 - height: 500 + width: 200 + height: 300 radius: 7 pen.color: "black" id: Page @@ -18,7 +18,6 @@ Rect { height: 40 font.size: 14 font.bold: true - width: 370 text: day style: "Outline" styleColor: "#dedede" diff --git a/tests/auto/declarative/visual/flickable/cork.jpg b/tests/auto/declarative/visual/flickable/cork.jpg index d4d706c..6dc3a3f 100644 Binary files a/tests/auto/declarative/visual/flickable/cork.jpg and b/tests/auto/declarative/visual/flickable/cork.jpg differ diff --git a/tests/auto/declarative/visual/flickable/flickable.qml b/tests/auto/declarative/visual/flickable/flickable.qml index 5946c40..c466dfc 100644 --- a/tests/auto/declarative/visual/flickable/flickable.qml +++ b/tests/auto/declarative/visual/flickable/flickable.qml @@ -1,7 +1,7 @@ Rect { color: "lightSteelBlue" - width: 800 - height: 500 + width: 600 + height: 300 ListModel { id: List ListElement { diff --git a/tests/auto/declarative/visual/flickable/image0.png b/tests/auto/declarative/visual/flickable/image0.png deleted file mode 100644 index a70ec71..0000000 Binary files a/tests/auto/declarative/visual/flickable/image0.png and /dev/null differ diff --git a/tests/auto/declarative/visual/flickable/manifest-fail.xml b/tests/auto/declarative/visual/flickable/manifest-fail.xml deleted file mode 100644 index 0701fa1..0000000 --- a/tests/auto/declarative/visual/flickable/manifest-fail.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/auto/declarative/visual/flickable/manifest.xml b/tests/auto/declarative/visual/flickable/manifest.xml deleted file mode 100644 index 84d6890..0000000 --- a/tests/auto/declarative/visual/flickable/manifest.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/auto/declarative/visual/tests b/tests/auto/declarative/visual/tests index ca72e9e..498edd0 100644 --- a/tests/auto/declarative/visual/tests +++ b/tests/auto/declarative/visual/tests @@ -9,3 +9,4 @@ repeater/basic3 repeater/basic4 webview/autosize qfxtext/elide +pauseAnimation -- cgit v0.12