summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-10 17:49:10 +0100
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2015-03-05 15:03:50 +0000
commitb1c43b072fd750b8cc52ae82cd6907e3c9c01dac (patch)
tree59c8e12f78970e5c5480143438fa6a5464bb3a69 /tests
parentc4c895d2dd483ad6972bd6ec4f7792550f281e93 (diff)
Fix tst_qaccessibility::textEditTest for some screen resolutions
On a high resolution display the test will potentially create a text edit that introduces line breaks and these make it fail then. Change-Id: Ie82cc4b4139fe0f51ddca219c5c911957fa715b7 Reviewed-by: Boris Dušek <me@dusek.me> Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/qaccessibility/tst_qaccessibility.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
index 98cbfa00f3..c15ec44bb8 100644
--- a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
+++ b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
@@ -1748,6 +1748,7 @@ void tst_QAccessibility::textEditTest()
for (int pass = 0; pass < 2; ++pass) {
{
QTextEdit edit;
+ edit.setMinimumSize(600, 400);
setFrameless(&edit);
int startOffset;
int endOffset;