diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-04 06:19:25 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-04 06:19:25 (GMT) |
commit | 693a1dd90dc2e5a9ba7aabed5fcc3984e7440ba9 (patch) | |
tree | f38de841795067f7740d34c3b9b66e0a2a469b24 /tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11 | |
parent | 701c03d6789a3add4ca32988a28c045bbf10a82d (diff) | |
download | Qt-693a1dd90dc2e5a9ba7aabed5fcc3984e7440ba9.zip Qt-693a1dd90dc2e5a9ba7aabed5fcc3984e7440ba9.tar.gz Qt-693a1dd90dc2e5a9ba7aabed5fcc3984e7440ba9.tar.bz2 |
Maintain passing visualtests on X11
springanimation/follow.qml has had updated visuals, unknown cause.
the text tests were committed without an actual testcase, now added
the 'skip' property has now been documented in the tst_qmlvisual help
Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11')
-rw-r--r-- | tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.0.png | bin | 0 -> 2778 bytes | |||
-rw-r--r-- | tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.qml | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.0.png Binary files differnew file mode 100644 index 0000000..0574f63 --- /dev/null +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.0.png diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.qml new file mode 100644 index 0000000..f6cddc4 --- /dev/null +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext2.qml @@ -0,0 +1,11 @@ +import Qt.VisualTest 4.7 + +VisualTest { + Frame { + msec: 0 + } + Frame { + msec: 16 + image: "plaintext2.0.png" + } +} |