summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/redirect.html
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-10-20 15:48:28 +0200
committerLiang Qi <liang.qi@qt.io>2016-10-26 13:50:02 +0000
commitac3d8780a0293793dbc3cd47b96aab4613dec5d9 (patch)
tree69974381410efa8f9f2d85ad464dad781ea3fd2a /tests/auto/quick/qmltests/data/redirect.html
parentef767e51abc3b49b4100cb682cbf326a62def1bc (diff)
Reimplement QML test cases of tst_loadUrl auto testv5.8.0-beta1
Get rid of some potential flaky issues: - Fix typo in redirect.html - Do not check URL before wait the result of the load. As a corner case the load might be finished earlier than the comparison. - Get rid of unnecessary signal handlers for unrelated test cases. The superfluous operations might have enough overhead to cause a comparison to be timed out. - Separate data URL test case and blacklist it due a to known issue (QTBUG-56661) Task-number: QTBUG-56180 Task-number: QTBUG-56661 Change-Id: I76cec4e761be646c2f60588a34bae806cf558b3a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/data/redirect.html')
-rw-r--r--tests/auto/quick/qmltests/data/redirect.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/redirect.html b/tests/auto/quick/qmltests/data/redirect.html
index 914e5e35a..44eb6cd28 100644
--- a/tests/auto/quick/qmltests/data/redirect.html
+++ b/tests/auto/quick/qmltests/data/redirect.html
@@ -1,8 +1,9 @@
<!doctype html>
<html>
<head>
-<meta http-equiv="refresh" content="2; url=test1.html"
+ <meta http-equiv="refresh" content="2; url=test1.html">
</head>
<body>
+ Redirecting to test1.html
</body>
</html>