aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-10-09 13:46:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 09:37:59 +0100
commit64eadc4aab0880d846067d76b12cc92cf406f3ec (patch)
tree849b99db1643ccf3163b05eb63b04702e90aedca /tests/auto/qmltest
parentaf5dc0d9d8c8c706290b5492ef36c484ee0ec101 (diff)
Test: qmltest/fontloader were fixed
The commit 3745b0ca126f46eadfeeb7e3d1d53360dbf800cd resolved this issue. Task-number: QTBUG-32650 Change-Id: I084b326c19e7c0de303b05b2f3fb788c380a1ba0 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/qmltest')
-rw-r--r--tests/auto/qmltest/fontloader/tst_fontloader.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qmltest/fontloader/tst_fontloader.qml b/tests/auto/qmltest/fontloader/tst_fontloader.qml
index 59aa72a8eb..be24bb603d 100644
--- a/tests/auto/qmltest/fontloader/tst_fontloader.qml
+++ b/tests/auto/qmltest/fontloader/tst_fontloader.qml
@@ -63,9 +63,6 @@ Item {
name: "FontLoader"
function test_fontloading() {
- if (Qt.platform.os === "osx")
- skip("See QTBUG-32650")
-
compare(fontloader.status, FontLoader.Null)
compare(testinput.font.family, "")
fontloader.source = "tarzeau_ocr_a.ttf";
@@ -81,9 +78,6 @@ Item {
}
function test_fontswitching() {
- if (Qt.platform.os === "osx")
- skip("See QTBUG-32650")
-
compare(fontswitch.status, FontLoader.Null)
fontswitch.source = "tarzeau_ocr_a.ttf";
tryCompare(fontswitch, 'status', FontLoader.Ready)