summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-23 18:03:55 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-01 22:05:10 +0000
commit01c6de161d6c65085a37b7584032d8ef4b2de61e (patch)
treec15d9e4f6b13b08cff11aedd1b3e01957fc25887 /tests
parent0f64c6ae03a583e1fb060d87fc9b9dedf3b14dd6 (diff)
Remove unneeded qWaits from tst_QWebEngineCookieStore
The issue why these waits were introduced is not valid anymore. Change-Id: Ie8d562ba1b27b8ddbf3b0dfd27c12904b0f6a20e Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/qwebenginecookiestore/tst_qwebenginecookiestore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/core/qwebenginecookiestore/tst_qwebenginecookiestore.cpp b/tests/auto/core/qwebenginecookiestore/tst_qwebenginecookiestore.cpp
index e26ca7048..9436b093e 100644
--- a/tests/auto/core/qwebenginecookiestore/tst_qwebenginecookiestore.cpp
+++ b/tests/auto/core/qwebenginecookiestore/tst_qwebenginecookiestore.cpp
@@ -121,7 +121,6 @@ void tst_QWebEngineCookieStore::cookieSignals()
void tst_QWebEngineCookieStore::setAndDeleteCookie()
{
- QTest::qWait(500); // remove, when QTBUG-47946 is fixed!
QWebEngineView view;
QWebEngineCookieStore *client = view.page()->profile()->cookieStore();
@@ -159,7 +158,6 @@ void tst_QWebEngineCookieStore::setAndDeleteCookie()
void tst_QWebEngineCookieStore::batchCookieTasks()
{
- QTest::qWait(500); // remove, when QTBUG-47946 is fixed!
QWebEngineView view;
QWebEngineCookieStore *client = view.page()->profile()->cookieStore();