[Webkit-unassigned] [Bug 114897] [EFL] Add unit test cases for ewk_settings APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 20:45:34 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114897





--- Comment #3 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-04-22 20:43:52 PST ---
(From update of attachment 198936)
View in context: https://bugs.webkit.org/attachment.cgi?id=198936&action=review

> Source/WebKit/efl/tests/test_ewk_setting.cpp:137
> +    ewk_settings_object_cache_enable_set(EINA_FALSE);

IIRC, we decided to use standard boolean in API test.

> Source/WebKit/efl/tests/test_ewk_setting.cpp:140
> +    ewk_settings_object_cache_enable_set(EINA_TRUE);

ditto.

> Source/WebKit/efl/tests/test_ewk_setting.cpp:151
> +    ewk_settings_shadow_dom_enable_set(EINA_TRUE);

ditto.

> Source/WebKit/efl/tests/test_ewk_setting.cpp:154
> +    ewk_settings_shadow_dom_enable_set(EINA_FALSE);

ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list