summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-03-25 10:41:32 +0100
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-10 12:54:43 +0200
commit4195f078819eacbe7bf86b30c25bc3096d9fb273 (patch)
tree21872967955d0730e06b98ba4d013cb04822a901 /tests/auto/qaccessibility
parent8ab64530b3e9b9749b1f83cef437194bccd39855 (diff)
Fix autotest.
I changed a string by accident. (cherry picked from commit 77cbbe9e47c62047ff88973d8158c42dc30fbd00)
Diffstat (limited to 'tests/auto/qaccessibility')
-rw-r--r--tests/auto/qaccessibility/tst_qaccessibility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qaccessibility/tst_qaccessibility.cpp b/tests/auto/qaccessibility/tst_qaccessibility.cpp
index b8301be7eb..7de0512d7e 100644
--- a/tests/auto/qaccessibility/tst_qaccessibility.cpp
+++ b/tests/auto/qaccessibility/tst_qaccessibility.cpp
@@ -1949,7 +1949,7 @@ void tst_QAccessibility::buttonTest()
// currently our buttons only have click as action, press and release are missing
QCOMPARE(actionInterface->actionCount(), 1);
- QCOMPARE(actionInterface->name(0), QString("Click"));
+ QCOMPARE(actionInterface->name(0), QString("Press"));
QCOMPARE(pushButton.clickCount, 0);
actionInterface->doAction(0);
QTest::qWait(500);