diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-08-15 08:53:18 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-15 13:40:34 (GMT) |
commit | ccaf9dad3f0b2292b21abe6be1b11bc1b7b94e71 (patch) | |
tree | 07480dd46041e873ea0d1ab0113f7b3192281932 | |
parent | 77b161ad441627958d671877843f33a7fad06ddd (diff) | |
download | Qt-ccaf9dad3f0b2292b21abe6be1b11bc1b7b94e71.zip Qt-ccaf9dad3f0b2292b21abe6be1b11bc1b7b94e71.tar.gz Qt-ccaf9dad3f0b2292b21abe6be1b11bc1b7b94e71.tar.bz2 |
test: Re-enabling tst_QFont test
This test has been passing for a long time.
Change-Id: I45b5d155979dc2055349906d3dde2caa6900d827
Reviewed-by: Caroline Chao <caroline.chao@nokia.com>
-rw-r--r-- | tests/auto/qfont/qfont.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qfont/qfont.pro b/tests/auto/qfont/qfont.pro index fb57d71..e883074 100644 --- a/tests/auto/qfont/qfont.pro +++ b/tests/auto/qfont/qfont.pro @@ -1,4 +1,2 @@ load(qttest_p4) SOURCES += tst_qfont.cpp - -mac:CONFIG+=insignificant_test # QTQAINFRA-428 |