summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineurlrequestinterceptor
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-10-29 16:55:39 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-10-30 10:30:46 +0000
commit6c909a25d0f0e358dfc8fefd55d18f704ba26c80 (patch)
treec271c2f3fb51fb65c393186c6fe110639e355b3b /tests/auto/core/qwebengineurlrequestinterceptor
parentcfee452174c58fe4048b1604503d03de2764fc8e (diff)
enable tests/auto/core
Enable autotests and blacklist tests that are known to fail. Add skips and waits and mark them with the corresponding task numbers. Change-Id: I993e366ba3b07239a8ba15eae2ee8e3e2aaa8308 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'tests/auto/core/qwebengineurlrequestinterceptor')
-rw-r--r--tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
index 4891cafd0..4a261c46b 100644
--- a/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
+++ b/tests/auto/core/qwebengineurlrequestinterceptor/tst_qwebengineurlrequestinterceptor.cpp
@@ -146,7 +146,6 @@ void tst_QWebEngineUrlRequestInterceptor::interceptRequest()
loadSpy.clear();
QCOMPARE(interceptor.observedUrls.count(), 4);
-
// Make sure that registering an observer does not modify the request.
TestRequestInterceptor observer(/* intercept */ false);
view.page()->profile()->setRequestInterceptor(&observer);