aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-09 13:16:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-09 18:11:10 +0200
commit602bec12868365323777298989ef4a1bf559cfac (patch)
tree7b4e529e80f3350b970833be1f17b44c6034b6eb /tests
parent306292db8eb1a647f13b91f8ebe18fc5bebf073e (diff)
test: Adapt to Qt.platform.os rename ("mac" -> "osx")
Marking this test as QSKIP and also updating the JIRA task Task-number: QTBUG-32650 Change-Id: I9e98024bf50c43f96269c39d779803ae9c46168d Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltest/fontloader/tst_fontloader.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qmltest/fontloader/tst_fontloader.qml b/tests/auto/qmltest/fontloader/tst_fontloader.qml
index 33307a3702..59aa72a8eb 100644
--- a/tests/auto/qmltest/fontloader/tst_fontloader.qml
+++ b/tests/auto/qmltest/fontloader/tst_fontloader.qml
@@ -63,8 +63,8 @@ Item {
name: "FontLoader"
function test_fontloading() {
- if (Qt.platform.os === "mac")
- skip("Skipped for QTBUG-25306")
+ if (Qt.platform.os === "osx")
+ skip("See QTBUG-32650")
compare(fontloader.status, FontLoader.Null)
compare(testinput.font.family, "")
@@ -81,8 +81,8 @@ Item {
}
function test_fontswitching() {
- if (Qt.platform.os === "mac")
- skip("Skipped for QTBUG-25306")
+ if (Qt.platform.os === "osx")
+ skip("See QTBUG-32650")
compare(fontswitch.status, FontLoader.Null)
fontswitch.source = "tarzeau_ocr_a.ttf";