[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 17:15:37 PDT 2013


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





--- Comment #2 from Jinwoo Song <jinwoo7.song at samsung.com>  2013-04-22 17:13:56 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:39
> +    ASSERT_EQ(ewk_settings_web_database_default_quota_get(), 1 * 1024 * 1024);

Expected value should be at first and actual value should be followed.
https://code.google.com/p/googletest/wiki/Primer

> Source/WebKit/efl/tests/test_ewk_setting.cpp:42
> +    ASSERT_EQ(ewk_settings_web_database_default_quota_get(), 2 * 1024 * 1024);

ditto.

> Source/WebKit/efl/tests/test_ewk_setting.cpp:45
> +    ASSERT_EQ(ewk_settings_web_database_default_quota_get(), 3 * 1024 * 1024);

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