https://bugs.webkit.org/show_bug.cgi?id=97430
Patch by KwangYong Choi <ky0.choi@samsung.com> on 2012-09-24
Reviewed by Kenneth Rohde Christiansen.
The tests of ewk_view_context_get and ewk_view_feed_touch_event are not related to
INPUT_TYPE_COLOR. These tests should be moved to outside of INPUT_TYPE_COLOR block.
* UIProcess/API/efl/tests/test_ewk2_view.cpp:
(TEST_F):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@129338
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-09-24 KwangYong Choi <ky0.choi@samsung.com>
+
+ [EFL][WK2] Invalid featuring of INPUT_TYPE_COLOR in test_ewk2_view.
+ https://bugs.webkit.org/show_bug.cgi?id=97430
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ The tests of ewk_view_context_get and ewk_view_feed_touch_event are not related to
+ INPUT_TYPE_COLOR. These tests should be moved to outside of INPUT_TYPE_COLOR block.
+
+ * UIProcess/API/efl/tests/test_ewk2_view.cpp:
+ (TEST_F):
+
2012-09-23 Seokju Kwon <seokju.kwon@samsung.com>
[EFL][WK2] Add setting to toggle developer extensions
ecore_main_loop_iterate();
evas_object_smart_callback_del(webView(), "input,type,color,request", onColorPickerDone);
}
+#endif // ENABLE(INPUT_TYPE_COLOR)
TEST_F(EWK2UnitTestBase, ewk_view_context_get)
{
eina_list_free(points);
}
-#endif // ENABLE(INPUT_TYPE_COLOR)