summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qmlvisual
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-17 10:58:53 +1000
committerAlan Alpert <alan.alpert@nokia.com>2010-11-17 10:58:53 +1000
commitbccc24cc6cdeb85e9c97d93ba83dd12e85133c35 (patch)
tree0d5b0a5717b925b179680c0c4e176ed9545fe3a8 /tests/auto/declarative/qmlvisual
parent0f6ec93b4d1b945064dd53df96a7d92170e09627 (diff)
downloadqt4-tools-bccc24cc6cdeb85e9c97d93ba83dd12e85133c35.tar.gz
Remove pointSize from visual tests
Too unstable Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext.0.pngbin13169 -> 13140 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/font/plaintext.qml2
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml2
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext.0.png b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext.0.png
index f2a0225b06..56d98ff0a5 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext.0.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/data-X11/plaintext.0.png
Binary files differ
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/plaintext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/plaintext.qml
index c1325f0278..64ab65b8ae 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/plaintext.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/plaintext.qml
@@ -15,7 +15,7 @@ Rectangle {
text: s.text; horizontalAlignment: Text.AlignHCenter; verticalAlignment: Text.AlignVCenter; width: s.width;
}
TestText {
- font.pointSize: 20
+ font.pixelSize: 24
text: s.text; horizontalAlignment: Text.AlignRight; verticalAlignment: Text.AlignBottom; width: s.width;
}
Grid{
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml
index d0960c30a0..a748b686c4 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml
@@ -14,7 +14,7 @@ Rectangle {
text: s.text; font.pixelSize: 18
}
TestText {
- text: s.text; font.pointSize: 18
+ text: s.text; font.pixelSize: 24
}
TestText {
text: s.text; color: "red"; smooth: true