Get rid of "#if 0" and skipped tests in QPainter autotest.
authorSamuel Rødal <samuel.rodal@nokia.com>
Tue, 1 Nov 2011 07:12:07 +0000 (08:12 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 Nov 2011 00:06:05 +0000 (01:06 +0100)
commit9022f42a4fb0965df480b440edf6bbce0286081f
treec938bac27d24720d8b4ac94bf1e2a3049340dd38
parente488efa57785974a6fcb03ea1f0c3f21a52e33d2
Get rid of "#if 0" and skipped tests in QPainter autotest.

qt_format_text_clip() and qt_format_text_boundingrect() have been
skipped ever since they were originally added to git, so I see no point
in keeping them.

The #if 0 in setEqualClipRegionAndPath() was ifdefed out from when that
specific test case was added (maybe it was failing to begin with?), but
it passes now, so we should enable it.

Change-Id: I6551e3b5612a4d4b00a969511af6abc85db43892
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/gui/painting/qpainter/tst_qpainter.cpp