diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-05-02 11:19:08 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-02 14:02:56 (GMT) |
commit | bcc8c349e0d5e5a5e782260e01d5dc1e238e6a31 (patch) | |
tree | ebb5406bd4c5acb276aaebcacae065bf06e4bf88 /tests/auto/qfont | |
parent | 0404e5dd882c92ec9c720e79ebce6de0eeae69a0 (diff) | |
download | Qt-bcc8c349e0d5e5a5e782260e01d5dc1e238e6a31.zip Qt-bcc8c349e0d5e5a5e782260e01d5dc1e238e6a31.tar.gz Qt-bcc8c349e0d5e5a5e782260e01d5dc1e238e6a31.tar.bz2 |
test: Mark test as significant on platforms other than Mac OS X
This test only fails on Mac OS X at the moment, so enabling it for
all the other platforms.
Change-Id: I1e816e9b7bbae802c868e31b367b7e43bd673d87
Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qfont')
-rw-r--r-- | tests/auto/qfont/qfont.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfont/qfont.pro b/tests/auto/qfont/qfont.pro index 67263b8..fb57d71 100644 --- a/tests/auto/qfont/qfont.pro +++ b/tests/auto/qfont/qfont.pro @@ -1,4 +1,4 @@ load(qttest_p4) SOURCES += tst_qfont.cpp -CONFIG+=insignificant_test # QTQAINFRA-428 +mac:CONFIG+=insignificant_test # QTQAINFRA-428 |