Update tst_QTextEdit::fullWidthSelection
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Thu, 23 Feb 2012 09:13:41 +0000 (10:13 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 09:28:49 +0000 (10:28 +0100)
commit660af10dee503729025952ed2374b8a081f941a2
tree6cf7c7f7d01398406a343efa1863358d8db7e7ba
parenta6e20e4874d3f46f311625e471f1b7fbc64964b2
Update tst_QTextEdit::fullWidthSelection

Since we would add 1 to the height of script lines in the layout before
and there was no compensation for this in the box font engine, which is
used by this test, the selection rect in the test images was one pixel too
high. Now that the +1 has been removed from the height, the images have to
be updated.

Change-Id: Ic9ea0ace6b61be496846c7f757ae309756cd9f5f
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/centered-fully-selected.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/centered-partly-selected.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/last-char-on-line.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/last-char-on-parag.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/multiple-full-width-lines.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/nowrap_long.png
tests/auto/widgets/widgets/qtextedit/fullWidthSelection/single-full-width-line.png