Summary: | [EFL][WK2] EWK2UnitTestBase.ewk_cookie_manager_accept_policy unit test is failing | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||||
Component: | WebKit EFL | Assignee: | Chris Dumez <cdumez> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | gyuyoung.kim, kenneth, laszlo.gombos, lucas.de.marchi, rakuco, tonikitoo, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Chris Dumez
2012-10-08 10:37:51 PDT
Created attachment 167560 [details]
Patch
Comment on attachment 167560 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167560&action=review Patch generally looks good. > Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp:119 > +static int sortHostNames(const void* hostName1, const void* hostName2) This function does not really sort. compareHostNames instead ? Created attachment 167571 [details]
Patch
Take Laszlo's feedback into consideration.
Comment on attachment 167571 [details]
Patch
Thanks. LGTM.
Comment on attachment 167571 [details] Patch Clearing flags on attachment: 167571 Committed r130677: <http://trac.webkit.org/changeset/130677> All reviewed patches have been landed. Closing bug. |