Bug 32606 - LayoutTests/websocket/tests/url-with-query-for-no-query.html does wrong test
Summary: LayoutTests/websocket/tests/url-with-query-for-no-query.html does wrong test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 03:34 PST by Fumitoshi Ukai
Modified: 2009-12-16 16:44 PST (History)
1 user (show)

See Also:


Attachments
Fix LayoutTests/websocket/tests/url-with-query-for-no-query.html (2.22 KB, patch)
2009-12-16 03:37 PST, Fumitoshi Ukai
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fumitoshi Ukai 2009-12-16 03:34:20 PST
LayoutTests/websocket/tests/url-with-query-for-no-query.html does wrong tests.
It should test with existing websocket handler but doesn't support query component in request.
But it tests with non-existing websocket handler.
Comment 1 Fumitoshi Ukai 2009-12-16 03:37:48 PST
Created attachment 44962 [details]
Fix LayoutTests/websocket/tests/url-with-query-for-no-query.html
Comment 2 WebKit Review Bot 2009-12-16 03:39:16 PST
style-queue ran check-webkit-style on attachment 44962 [details] without any errors.
Comment 3 Fumitoshi Ukai 2009-12-16 16:44:28 PST
Committed r52230: <http://trac.webkit.org/changeset/52230>