Revert "tests: Use urllib to load redirect-later-continue."

This reverts commit 1e43b882ae.
Seems like this causes other trouble (the redirect-later request missing?!)
This commit is contained in:
Florian Bruhin 2015-12-18 20:24:03 +01:00
parent f787f004af
commit d3dc90cb2a
2 changed files with 1 additions and 9 deletions

View File

@ -25,7 +25,6 @@ import json
import os.path
import logging
import collections
import urllib.request
import pytest
import yaml
@ -192,13 +191,6 @@ def fill_clipboard(qtbot, qapp, httpbin, what, content):
clipboard.setText(content, mode)
@bdd.when("I continue the redirect")
def continue_redirect(httpbin):
url = 'http://localhost:{}/custom/redirect-later-continue'.format(
httpbin.port)
urllib.request.urlopen(url)
## Then

View File

@ -127,7 +127,7 @@ Feature: Various utility commands.
And I wait for "emitting: cur_load_status_changed('loading') (tab *)" in the log
And I wait 1s
And I run :stop
And I continue the redirect
And I open custom/redirect-later-continue in a new tab
And I wait 1s
Then the unordered requests should be:
custom/redirect-later-continue