From 7c89d44d95c1c91f77aca3359cd8964a354fc41c Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 9 Mar 2012 11:06:18 +0200 Subject: Windows: Fix QStyleSheetStyle autotest antialiasing issues Antialiasing of fonts was causing two tests that relied on finding at least a certain number of pixels of certain color to find one or two too few pixels of that color and thus fail. Fixed by increasing the amount of text displayed to make sure enough pixels of correct color would be present. Also removing the test insignification, as the test will now pass completely when run under Windows Classic theme, which CI uses. Task-number: QTBUG-24323 Change-Id: Ic0b614d33e4e4f5df18d53cb72a05db5d8b6b5e7 Reviewed-by: Friedemann Kleint --- tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro') diff --git a/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro b/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro index dd17183b30..c96004bd5d 100644 --- a/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro +++ b/tests/auto/widgets/styles/qstylesheetstyle/qstylesheetstyle.pro @@ -6,5 +6,3 @@ SOURCES += tst_qstylesheetstyle.cpp RESOURCES += resources.qrc requires(contains(QT_CONFIG,private_tests)) - -win32:CONFIG += insignificant_test # QTBUG-24323 -- cgit v1.2.3