summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-25 12:22:50 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-25 12:23:22 +0100
commit709e40093e6081b18e0d3003e0a088e1a9b6f211 (patch)
tree0f7c729c13b5a17f11ce176906f62ef43ea895a2 /tests/auto/other/qaccessibility
parent62cd369594dc39e06e8c7ec2c761cfedf5d9c9ba (diff)
parent34b14a8472f44f8517577756e033b92ebd4c5912 (diff)
Merge remote-tracking branch 'origin/5.5' into dev
Diffstat (limited to 'tests/auto/other/qaccessibility')
-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 6930e7ea7a..98cbfa00f3 100644
--- a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
+++ b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp
@@ -770,6 +770,7 @@ void tst_QAccessibility::textAttributes_data()
QTest::newRow("left right left aligned 10") << defaultFont << leftRightLeftAligned << 10 << 10 << 11 << rightAlign;
QTest::newRow("left right left aligned 11") << defaultFont << leftRightLeftAligned << 11 << 11 << 15 << bold;
QTest::newRow("left right left aligned 15") << defaultFont << leftRightLeftAligned << 15 << 11 << 15 << bold;
+ QTest::newRow("empty with no fragments") << defaultFont << QString::fromLatin1("\n\n\n\n") << 0 << 0 << 1 << defaults;
}
void tst_QAccessibility::textAttributes()