summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-02 13:34:05 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-02 16:32:02 +0000
commit2c5ec78fe8860e5bd0447675f715d2798baf89f2 (patch)
treed9bd17d5eadd91bc2ae1bd9ad180b06fa5433260
parent66271aec4e680e498a5913e9348747a74b208c41 (diff)
Make the skip actually compile
Change-Id: I348fd097db179557d04cde224f6a49f0d1c2f97d Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
-rw-r--r--tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp b/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
index 8af559e21..8669c8f94 100644
--- a/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
+++ b/tests/auto/widgets/qwebenginedownloaditem/tst_qwebenginedownloaditem.cpp
@@ -920,7 +920,7 @@ void tst_QWebEngineDownloadItem::downloadUniqueFilename()
void tst_QWebEngineDownloadItem::downloadUniqueFileNameWithTimeStamp()
{
#ifdef Q_OS_WIN
- QSKIP("QTBUG-74764: The download completes after the test fails thus would ruin subsequent tests on Windows.")
+ QSKIP("QTBUG-74764: The download completes after the test fails thus would ruin subsequent tests on Windows.");
#endif
// Set up HTTP server
QString baseName("test(1.test)");