Bug 132815

Summary: [EFL][WK2] Remove a wrong efl API test case
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED REMIND    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 132813    
Attachments:
Description Flags
Patch none

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.