[Webkit-unassigned] [Bug 221941] [LayoutTests] Convert http/tests/plugins convert PHP to Python
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 16 09:39:58 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221941
--- Comment #3 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 420409
--> https://bugs.webkit.org/attachment.cgi?id=420409
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=420409&action=review
> LayoutTests/http/tests/plugins/resources/redirection-response.py:16
> +if status == 301:
Seems like this test could do with some de-duplication. All of the 30*s are basically:
sys.stdout.write(
'status: {}\r\n'
'Location: http://{}{}\r\n\r\n'.format(status, host, uri)
)
right?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210216/8bca67cf/attachment.htm>
More information about the webkit-unassigned
mailing list