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:
parent
af5dc0d9d8
commit
64eadc4aab
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue