Bug 70010

Summary: [GTK] Add WebKitTestServer class to WebKit2 GTK+ unit tests library
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand, webkit.review.bot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 69343    
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2011-10-13 02:21:39 PDT
It makes easier to write tests that use a soup server.
Comment 1 Carlos Garcia Campos 2011-10-13 02:37:50 PDT
Created attachment 110815 [details]
Patch
Comment 2 WebKit Review Bot 2011-10-13 02:43:41 PDT
Attachment 110815 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/UIProcess/API/gtk/tests/WebKitTestServer.cpp:26:  Use 0 instead of NULL.  [readability/null] [5]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Martin Robinson 2011-10-13 08:15:02 PDT
Comment on attachment 110815 [details]
Patch

Great. I was thinking of doing this too.
Comment 4 Carlos Garcia Campos 2011-10-13 08:27:49 PDT
Committed r97366: <http://trac.webkit.org/changeset/97366>