diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-10-30 09:44:37 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2009-10-30 09:46:54 (GMT) |
commit | a5c3cd6d540f282f59c7c5891598ed8f2c6e033f (patch) | |
tree | 75198cd4e44fb3232673df13e64662adda7f7474 /tests | |
parent | 27c99302d0b44c6e9cd0eda6ba888b6a6f5bea38 (diff) | |
download | Qt-a5c3cd6d540f282f59c7c5891598ed8f2c6e033f.zip Qt-a5c3cd6d540f282f59c7c5891598ed8f2c6e033f.tar.gz Qt-a5c3cd6d540f282f59c7c5891598ed8f2c6e033f.tar.bz2 |
Updated QTextEdit auto-test after changes in commit 04d18b38c.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/centered-fully-selected.png | bin | 1232 -> 1232 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/centered-partly-selected.png | bin | 1231 -> 1231 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/last-char-on-line.png | bin | 1220 -> 1226 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/last-char-on-parag.png | bin | 1222 -> 1223 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/multiple-full-width-lines.png | bin | 1236 -> 1236 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/nowrap_long.png | bin | 1199 -> 1199 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/fullWidthSelection/single-full-width-line.png | bin | 1235 -> 1225 bytes | |||
-rw-r--r-- | tests/auto/qtextedit/tst_qtextedit.cpp | 4 |
8 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtextedit/fullWidthSelection/centered-fully-selected.png b/tests/auto/qtextedit/fullWidthSelection/centered-fully-selected.png Binary files differindex 7467478..ced6eb6 100644 --- a/tests/auto/qtextedit/fullWidthSelection/centered-fully-selected.png +++ b/tests/auto/qtextedit/fullWidthSelection/centered-fully-selected.png diff --git a/tests/auto/qtextedit/fullWidthSelection/centered-partly-selected.png b/tests/auto/qtextedit/fullWidthSelection/centered-partly-selected.png Binary files differindex 7a10e63..481b99c 100644 --- a/tests/auto/qtextedit/fullWidthSelection/centered-partly-selected.png +++ b/tests/auto/qtextedit/fullWidthSelection/centered-partly-selected.png diff --git a/tests/auto/qtextedit/fullWidthSelection/last-char-on-line.png b/tests/auto/qtextedit/fullWidthSelection/last-char-on-line.png Binary files differindex df5b92e..292d3f9 100644 --- a/tests/auto/qtextedit/fullWidthSelection/last-char-on-line.png +++ b/tests/auto/qtextedit/fullWidthSelection/last-char-on-line.png diff --git a/tests/auto/qtextedit/fullWidthSelection/last-char-on-parag.png b/tests/auto/qtextedit/fullWidthSelection/last-char-on-parag.png Binary files differindex d58d4cc..69b72ed 100644 --- a/tests/auto/qtextedit/fullWidthSelection/last-char-on-parag.png +++ b/tests/auto/qtextedit/fullWidthSelection/last-char-on-parag.png diff --git a/tests/auto/qtextedit/fullWidthSelection/multiple-full-width-lines.png b/tests/auto/qtextedit/fullWidthSelection/multiple-full-width-lines.png Binary files differindex c5c3c22..467b91e 100644 --- a/tests/auto/qtextedit/fullWidthSelection/multiple-full-width-lines.png +++ b/tests/auto/qtextedit/fullWidthSelection/multiple-full-width-lines.png diff --git a/tests/auto/qtextedit/fullWidthSelection/nowrap_long.png b/tests/auto/qtextedit/fullWidthSelection/nowrap_long.png Binary files differindex 7ded254..cce921b 100644 --- a/tests/auto/qtextedit/fullWidthSelection/nowrap_long.png +++ b/tests/auto/qtextedit/fullWidthSelection/nowrap_long.png diff --git a/tests/auto/qtextedit/fullWidthSelection/single-full-width-line.png b/tests/auto/qtextedit/fullWidthSelection/single-full-width-line.png Binary files differindex d2fd629..937494a 100644 --- a/tests/auto/qtextedit/fullWidthSelection/single-full-width-line.png +++ b/tests/auto/qtextedit/fullWidthSelection/single-full-width-line.png diff --git a/tests/auto/qtextedit/tst_qtextedit.cpp b/tests/auto/qtextedit/tst_qtextedit.cpp index 59abbd5..fee030c 100644 --- a/tests/auto/qtextedit/tst_qtextedit.cpp +++ b/tests/auto/qtextedit/tst_qtextedit.cpp @@ -1967,7 +1967,7 @@ void tst_QTextEdit::fullWidthSelection() qt_setQtEnableTestFont(true); QFont testFont; testFont.setFamily("__Qt__Box__Engine__"); - testFont.setPixelSize(12); + testFont.setPixelSize(11); testFont.setWeight(QFont::Normal); QTextCharFormat cf; cf.setFont(testFont); @@ -2015,7 +2015,7 @@ void tst_QTextEdit::fullWidthSelection2() qt_setQtEnableTestFont(true); QFont testFont; testFont.setFamily("__Qt__Box__Engine__"); - testFont.setPixelSize(12); + testFont.setPixelSize(11); testFont.setWeight(QFont::Normal); QTextCharFormat cf; cf.setFont(testFont); |