RESOLVED FIXED 108451
[EFL][WK2] Reenable ewk_auth_request API tests
https://bugs.webkit.org/show_bug.cgi?id=108451
Summary [EFL][WK2] Reenable ewk_auth_request API tests
Chris Dumez
Reported 2013-01-31 03:04:09 PST
ewk_auth_request API tests have been temporarily disabled after the WK2 C API for resource loading was removed. We need to fix the tests so that they no longer rely on that API and renable them.
Attachments
Patch (4.47 KB, patch)
2013-01-31 03:12 PST, Chris Dumez
benjamin: review+
Patch for landing (7.10 KB, patch)
2013-02-12 14:01 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-01-31 03:12:49 PST
Chris Dumez
Comment 2 2013-02-08 14:15:56 PST
Could I please get informal review for this one?
Thiago Marcos P. Santos
Comment 3 2013-02-08 14:31:20 PST
Comment on attachment 185733 [details] Patch LGTM. Thanks for fixing/re-enabling it.
Laszlo Gombos
Comment 4 2013-02-08 16:17:37 PST
Looks good to me as well.
Benjamin Poulain
Comment 5 2013-02-12 13:48:42 PST
Comment on attachment 185733 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185733&action=review > Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_auth_request.cpp:40 > static const char TEST_USERNAME[] = "username"; > static const char TEST_PASSWORD[] = "password"; > +static const char EXPECTED_SUCCESS_TITLE[] = "EFLWebKit2 Authentication test"; > static const char EXPECTED_AUTHORIZATION[] = "Basic dXNlcm5hbWU6cGFzc3dvcmQ="; // Base64 encoding of "username:password". > static const char INDEX_HTML_STRING[] = This style is a bit far from WebKit style.
Chris Dumez
Comment 6 2013-02-12 14:01:10 PST
Created attachment 187928 [details] Patch for landing Fixed the naming of the static variables to follow WebKit coding style.
WebKit Review Bot
Comment 7 2013-02-12 15:12:10 PST
Comment on attachment 187928 [details] Patch for landing Clearing flags on attachment: 187928 Committed r142678: <http://trac.webkit.org/changeset/142678>
WebKit Review Bot
Comment 8 2013-02-12 15:12:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.