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>
This commit is contained in:
Liang Qi 2013-10-09 13:46:29 +02:00 committed by The Qt Project
parent af5dc0d9d8
commit 64eadc4aab
1 changed files with 0 additions and 6 deletions

View File

@ -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)