Bug 132815 - [EFL][WK2] Remove a wrong efl API test case
Summary: [EFL][WK2] Remove a wrong efl API test case
Status: RESOLVED REMIND
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 132813
  Show dependency treegraph
 
Reported: 2014-05-12 03:08 PDT by Gyuyoung Kim
Modified: 2014-05-16 02:33 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2014-05-12 03:09 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-05-12 03:08:34 PDT
ewk_view_type_check unit test has tested unsupported evas object type. However, ewk APIs generate critical error when given evas object is not ewk type. So, we can't test wrong evas object type by using current test. Removed it.
Comment 1 Gyuyoung Kim 2014-05-12 03:09:36 PDT
Created attachment 231282 [details]
Patch
Comment 2 Gyuyoung Kim 2014-05-15 23:53:13 PDT
Comment on attachment 231282 [details]
Patch

Need to consider to land this patch again.
Comment 3 Gyuyoung Kim 2014-05-16 02:33:51 PDT
I would like to postpone to fix this problem later.