aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp')
-rw-r--r--tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
index 67089d8de5..0a733b5618 100644
--- a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
+++ b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp
@@ -1052,7 +1052,7 @@ void tst_qsgtextinput::horizontalAlignment_data()
void tst_qsgtextinput::horizontalAlignment()
{
- QSKIP("Image comparison of text is almost guaranteed to fail during development", SkipAll);
+ QSKIP("Image comparison of text is almost guaranteed to fail during development");
QFETCH(int, hAlign);
QFETCH(QString, expectfile);
@@ -1605,7 +1605,7 @@ void tst_qsgtextinput::copyAndPaste() {
if (status == noErr)
CFRelease(pasteboard);
else
- QSKIP("This machine doesn't support the clipboard", SkipAll);
+ QSKIP("This machine doesn't support the clipboard");
}
#endif
@@ -1822,7 +1822,7 @@ void tst_qsgtextinput::cursorVisible()
void tst_qsgtextinput::cursorRectangle()
{
- QSKIP("QTBUG-21689", SkipAll);
+ QSKIP("QTBUG-21689");
QString text = "Hello World!";