Hosang Kim [Thu, 13 Aug 2020 10:30:33 +0000 (19:30 +0900)]
execute.sh: add virtual device for IOT device.
IOT device doesn't have mouse input device, test cases related with mouse device fail.
So add virtual mouse input device for testing.
Change-Id: Id0e4599b6f338ff106f7fed819e523bd2c04b071
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Yeongjong Lee [Fri, 24 Jul 2020 04:58:05 +0000 (13:58 +0900)]
elementary: add TC for relative_container
Related to https://code.sec.samsung.net/jira/browse/ACR-1582
Change-Id: I659bde19997d52b322e925ae63ecad8638c0c96e
YoungGun Chun [Wed, 22 Jul 2020 04:47:04 +0000 (13:47 +0900)]
utc_ecore_wl2_window_render_sync_fd_create:Remove not support TC.
Change-Id: I091e6d79f2daf736f08a0f17e9d9a5c29cd1b01e
Yeongjong Lee [Mon, 20 Jul 2020 09:50:08 +0000 (18:50 +0900)]
elm_object_focus_get_set_next: change from focused callback to ecore_evas_focus_set
It calls `ecore_evas_focus_set` to ensure win get focus.
Change-Id: If63712065f3537e152a4e66cedfc58f4af64dbc4
Yeongjong Lee [Mon, 20 Jul 2020 04:06:27 +0000 (13:06 +0900)]
html: add fail,error tables in html
We can now check failure,error test cases at the top of html file.
Change-Id: I21cf8024062efc6fbc8700e6ef1394d402d762b0
WooHyun Jung [Fri, 17 Jul 2020 09:45:07 +0000 (09:45 +0000)]
Revert "elementary: add TC for relative_container"
This reverts commit
a933135ee7fbf2d3ca083cd1556b0f59ad800847.
Change-Id: Icd968e2800a7e24fb13cc544bef6ee64d9c4b15d
Yeongjong Lee [Fri, 17 Jul 2020 08:15:06 +0000 (17:15 +0900)]
elementary: add TC for relative_container
New container widget has been added.
[Added API]
elm_relative_container_add
elm_relative_container_relation_left_set
elm_relative_container_relation_left_get
elm_relative_container_relation_right_set
elm_relative_container_relation_right_get
elm_relative_container_relation_top_set
elm_relative_container_relation_top_get
elm_relative_container_relation_bottom_set
elm_relative_container_relation_bottom_get
elm_relative_container_children_get
Change-Id: I2cee106e5570f2d2a15a8f3773af27cd528e19ef
YoungGun Chun [Fri, 10 Jul 2020 05:12:43 +0000 (14:12 +0900)]
ecore_evas_activate : To avoid a temporary TC failure,
ecore_add_timer value change.
Change-Id: Iea2723149fa8fbb5c7c1cd1cf65eabf31bdbb8a2
Yeongjong Lee [Wed, 8 Jul 2020 03:44:45 +0000 (12:44 +0900)]
ecore_evas_focus: remove wayland dependency
Changing visibility of Ecore_Evas does not ensure that Ecore_Evas focus is
changed. previous test case was working with 'wl_keyboard_listener' from wayland
even if it is not to test wayland listener.
To avoid failure caused by wl_xxx_listener that should be handled on wayland, it
changes the focus explicitly instead of using ecore_evas_show for another Ecore_Evas.
Change-Id: I6298e06dd3c73f6ee2fc19b60cb241e568b23801
Amitesh Singh [Mon, 6 Jul 2020 06:28:35 +0000 (11:58 +0530)]
ecore_con_client_server_get: increase the timeout to 3s
It makes TC more stable. There could be an issue in proper IPC
transfer in case of heavy load on the machine. 1.5s might not be adequate.
Change-Id: I7b92383a4df7763d90dd7702943e28c8e50157e6
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
YoungGun Chun [Wed, 1 Jul 2020 04:57:19 +0000 (13:57 +0900)]
elm_glview_render_func_set: workaround fix for rpi4 memory corruption.
There is a something insane memory corruption when the callback is called in timer,
static void _cb_func(Evas_Object *obj)
{
callback_counter++;
}
logically, it doesn't a problem, shouldn't be corrupted but it happens.
Change-Id: I26f06fb14281f86cf3199b3ef9abb1ca65362d8c
Chun [Mon, 29 Jun 2020 03:22:33 +0000 (03:22 +0000)]
Merge "elementary glview: workaround fix for rpi4 memory corruption." into tizen
Shinwoo Kim [Fri, 26 Jun 2020 09:11:19 +0000 (09:11 +0000)]
Merge "ecore_wl2: add TC for UI & Video Geometry Sync" into tizen
Hermet Park [Fri, 26 Jun 2020 08:58:25 +0000 (17:58 +0900)]
elementary glview: workaround fix for rpi4 memory corruption.
There is a something insane memory corruption when the callback is called in timer,
static void _cb_func(Evas_Object *obj)
{
callback_counter++;
}
logically, it doesn't a problem, shouldn't be corrupted but it happens.
Change-Id: Iefad781038326d45ccd5bdb5aae4c311810fdfd5
woochan lee [Thu, 25 Jun 2020 01:44:22 +0000 (01:44 +0000)]
Merge "Revert "ecore_evas: delete ecore_evas_comp_sync_get/set, ecore_evas_app_comp_sync_get/set"" into tizen
Shinwoo Kim [Tue, 23 Jun 2020 10:08:32 +0000 (19:08 +0900)]
ecore_wl2: add TC for UI & Video Geometry Sync
There is a requirement to provide managed API to sync geometry
between UI and video. For this purpose, following API are added.
[Added API]
ecore_wl2_window_render_sync_fd_create
ecore_wl2_window_video_surface_create
ecore_wl2_window_video_surface_destination_set
ecore_wl2_window_video_surface_destroy
ecore_wl2_window_video_surface_get
ecore_wl2_window_video_surface_sync_set
Please refer to relevant patch of efl:
https://review.tizen.org/gerrit/#/c/platform/upstream/efl/+/235487/
Change-Id: Ia023d68c38ba4702c8c95cd534cff5f0f8d3e4aa
Taehyub Kim [Tue, 23 Jun 2020 04:47:20 +0000 (13:47 +0900)]
elm_cnp_selection_loss_callback_set: fix tc error after cnp refactoring
After copy and paste is refactored, the loss callback is triggered
by selection changes from wayland.
but There is more selection changed event from wayland server on common profile,
so count_of_called - 1 condition is added here to cover this.
Change-Id: Ib95e5e651e87589c15298e820819bc4e76b1d4c9
Woochanlee [Tue, 23 Jun 2020 04:52:05 +0000 (13:52 +0900)]
Revert "ecore_evas: delete ecore_evas_comp_sync_get/set, ecore_evas_app_comp_sync_get/set"
This reverts commit
043199efa30167365bb18b40353b9768d183b6e9.
Change-Id: Ia24f61c9ed3cfbe0c1c83da2bb1ef7a4162ee0bf
YoungGun Chun [Tue, 23 Jun 2020 00:42:32 +0000 (09:42 +0900)]
utc_evas_vg_shape_append_move_to_line_to:
Modify Test Procedure guide description.
Change-Id: Ie3dc88bc53565814c84b7d626518208c5da6ff53
Apurv Khatri [Wed, 17 Jun 2020 06:33:41 +0000 (12:03 +0530)]
evas_vg_shape_append_quadratic_to_squadratic_to: Add Test procedure guide description.
Change-Id: Ib100b452e2590b7e3469638dc6b78fb7afebc0d8
YoungGun Chun [Fri, 19 Jun 2020 02:22:06 +0000 (11:22 +0900)]
utc_evas_vg_node_raise: Modify Test procedure guide description.
Change-Id: I5436d6341c90c3dead6dba71d69099aa66906c8a
YoungGun Chun [Fri, 19 Jun 2020 01:43:35 +0000 (10:43 +0900)]
utc_evas_vg_node_stack_below: Modify Test procedure guide description.
Change-Id: I7ab0cd95175a6c5b5c6621f9c2451d9d440fde9b
YoungGun Chun [Fri, 19 Jun 2020 01:27:54 +0000 (10:27 +0900)]
utc_evas_vg_node_stack_above: Modify Test procedure guide description.
Change-Id: Idf3c9ded039c4a85d19b1e651801985dcf958529
YoungGun Chun [Thu, 18 Jun 2020 07:09:06 +0000 (16:09 +0900)]
utc_evas_vg_node_lower: Modify Test procedure guide description.
Change-Id: I64efe0025579a35a5d42343b3a31928ee9b354f6
Signed-off-by: YoungGun Chun <jykeon@samsung.com>
junsu choi [Wed, 17 Jun 2020 07:39:30 +0000 (07:39 +0000)]
Merge "evas_vg_shape_stroke_scale_set_get: Remove unnecessary apis" into tizen
Shriyam Shrivastava [Wed, 17 Jun 2020 07:15:49 +0000 (12:45 +0530)]
evas_vg_shape_stroke_width_set_get: Remove unnecessary apis
I think we just need to create vector shape object and use
shape_stroke_width_set/get.
Change-Id: If1af82681cc5bcbcd5c380260f754f2dce6fa5a2
Shriyam Shrivastava [Wed, 17 Jun 2020 07:11:52 +0000 (12:41 +0530)]
evas_vg_shape_stroke_scale_set_get: Remove unnecessary apis
I think we just need to create vector shape object and use
shape_stroke_scale_set/get.
Change-Id: Ic155012fdaf0ed6d8d0f7bc358924c5b5247523c
Amitesh Singh [Wed, 17 Jun 2020 06:43:22 +0000 (12:13 +0530)]
evas_vg_node_raise: Add Test procedure guide description
Change-Id: I9145c0cbaf0e83ebadb8c32484ba25d6b8d39d26
Chun [Wed, 17 Jun 2020 06:40:35 +0000 (06:40 +0000)]
Merge "evas_vg_node_lower: Add Test procedure guide description" into tizen
Amitesh Singh [Wed, 17 Jun 2020 06:36:05 +0000 (12:06 +0530)]
evas_vg_node_lower: Add Test procedure guide description
Change-Id: Ib98f5dbfc2878e4512588f757a44443849f821e2
Amitesh Singh [Wed, 17 Jun 2020 06:27:24 +0000 (11:57 +0530)]
evas_vg_stack_above: Add Test procedure guide description
Change-Id: I449b5778077c2a8f42436cb6ebe50b8e2252a710
Amitesh Singh [Wed, 17 Jun 2020 05:37:57 +0000 (11:07 +0530)]
evas_vg_stack_below: Add Test procedure guide description
Change-Id: I088b47588f64bc004b242b21a03c36df19e99ec2
Taehyub Kim [Thu, 11 Jun 2020 08:08:29 +0000 (08:08 +0000)]
Merge "elm_popup: add elm_popup_scrollable_set/get api tcs" into tizen
Taehyub Kim [Thu, 11 Jun 2020 06:42:54 +0000 (15:42 +0900)]
elm_popup: add elm_popup_scrollable_set/get api tcs
Change-Id: Icad423e1108135149105a5487208a871891bad64
JunsuChoi [Thu, 11 Jun 2020 05:50:20 +0000 (14:50 +0900)]
Evas_vg: Add Evas_vg TCs (mobile, wearable)
We checked that 97 TCs were successful.
Binary : tizen-unified_20200611.1;
Change-Id: If5aa5ef9366fd9dfef338de96614bbdf1145201b
YoungGun Chun [Tue, 28 Apr 2020 02:35:41 +0000 (11:35 +0900)]
ecore_con: Tcase expire timeout value change.
Increase tcase expire timeout value.
Change-Id: I69d4d50876bb80d70e235bdcc91b3263d8ba7b15
(cherry picked from commit
72390af2d17730f0c2c96db239451956204d7b03)
Shriyam Shrivastava [Mon, 8 Jun 2020 04:28:31 +0000 (00:28 -0400)]
evas_vg_shape_path_set/get: Modify TC and remove unnecessary apis
Replaced EFL_GFX commands with EVAS_VG and avoided use of unnecessary
apis, as I think we just need to create vector shape object and
use shape_path_set/get.
Change-Id: I85a2ad9f6a0ac78b7fc4340d66ffa1f8ead3048a
Chun [Fri, 5 Jun 2020 06:15:33 +0000 (06:15 +0000)]
Merge "elm_map_route_node_get:Modify TC to temporary Network connection failure. If temporary Network connection is failure happen when utc_elm_map_route_node_get_p function testing. This tc try one more. It will show test failure if the tc fail happen for the second working time." into tizen
YoungGun Chun [Fri, 5 Jun 2020 05:09:15 +0000 (14:09 +0900)]
elm_map_route_node_get:Modify TC to temporary Network connection failure.
If temporary Network connection is failure happen when utc_elm_map_route_node_get_p function testing.
This tc try one more.
It will show test failure if the tc fail happen for the second working time.
Change-Id: I806511eb2fd888a0471d38f2f775ef4a45e1574a
YoungGun Chun [Fri, 5 Jun 2020 02:20:56 +0000 (11:20 +0900)]
ecore_file_download_abort: Tcase expire timeout value change.
Increase tcase expire timeout value.
Change-Id: Ic2d5eeea01e3f09ac9ccecd88acd6e7c80a663cd
Apurv Khatri [Wed, 3 Jun 2020 04:23:14 +0000 (09:53 +0530)]
Add description for evas_vg_shape_append_move_to_line_to.c
Change-Id: I8820bcb535d5ef79e6460e33ebac296946deaa4d
junsu choi [Tue, 2 Jun 2020 04:09:56 +0000 (04:09 +0000)]
Merge "evas_vg_shape_stroke_join_set/get: Modify TC and remove unnecessary apis" into tizen
junsu choi [Tue, 2 Jun 2020 04:09:48 +0000 (04:09 +0000)]
Merge "evas_vg_shape_stroke_cap_set/get: Modify TC and remove unnecessary apis" into tizen
Shriyam Shrivastava [Mon, 1 Jun 2020 05:37:32 +0000 (01:37 -0400)]
evas_vg_shape_stroke_join_set/get: Modify TC and remove unnecessary apis
Replaced EFL_GFX_JOIN_ROUND,EFL_GFX_JOIN_BEVEL with EVAS_VG_JOIN_ROUND,
EVAS_VG_JOIN_BEVEL and avoided use of unnecessary apis, as I think we
just need to create vector shape object and use stroke_join_set/get.
Change-Id: I897db54802fbe5f6d317893e833f65dae6cb9dbc
Shriyam Shrivastava [Mon, 1 Jun 2020 05:00:40 +0000 (01:00 -0400)]
evas_vg_shape_stroke_cap_set/get: Modify TC and remove unnecessary apis
Replaced EFL_GFX_CAP_ROUND,EFL_GFX_CAP_SQUARE with EVAS_VG_CAP_ROUND,
EVAS_VG_CAP_SQUARE and avoided use of unnecessary apis, as I think
we just need to create vector shape object and use stroke_cap_set/get()
Change-Id: Ibbac3043e504ed6831b03c4816258a0deb355c98
Apurv Khatri [Fri, 29 May 2020 06:32:19 +0000 (12:02 +0530)]
evas_vg_node_visible_get_set: Add negative TC and modify description
Change-Id: I1b0999356ef30e890e1fdc23c0359d5e4db4e98d
Shinwoo Kim [Thu, 28 May 2020 02:07:16 +0000 (11:07 +0900)]
elm_atspi: add bridge_highlighted_object_read
The elm_atspi_bridge_highlighted_object_read is newly added.
So its relevant test case should be added accordingly.
Change-Id: I46888effda83280e1f190244387b209fd1c6e923
Shriyam Shrivastava [Thu, 21 May 2020 07:47:16 +0000 (03:47 -0400)]
evas_vg:Add TC for evas_vg_shape_append_close()
Change-Id: I05dcf7cade9c4d6ac9d1d576e9d05978b41fe49f
Chun [Fri, 22 May 2020 01:48:06 +0000 (01:48 +0000)]
Merge "ecore_evas_focus_get: fix the TC failure" into tizen
Jongmin Lee [Thu, 21 May 2020 11:55:46 +0000 (20:55 +0900)]
evas_vg: disable to execute tc for developing APIs
Change-Id: I4c412b0dc731270cb4378e21bd5c8fcd2ccd4116
Amitesh Singh [Thu, 21 May 2020 09:50:41 +0000 (15:20 +0530)]
ecore_evas_focus_get: fix the TC failure
Let's try to set the focus when window is propery formed and give
it a bit of time before quitting from main loop.
Change-Id: Ib4f26d4864e0dccfdf9d6d1796ff84941668b9ca
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
JunsuChoi [Thu, 21 May 2020 04:54:59 +0000 (13:54 +0900)]
evas_vg_container_add: Remove children_get TC and add negative TC for _add()
Change-Id: I58243f14b4cd7b34980146e90580877eaf422435
Shriyam Shrivastava [Wed, 20 May 2020 15:54:42 +0000 (11:54 -0400)]
evas_vg_shape_append_scubic_to:- fix mistakes
Expected value of control points will be (200,30) rather than (30,0)
and res_ctrl_y should be present to get y co-ordinate of control point,
not res_ctrl_x.
Change-Id: I7df615ca455c9cd44c9b202bc7b194ebf48e337e
Apurv Khatri [Thu, 14 May 2020 09:16:00 +0000 (14:46 +0530)]
evas_vg: Add TC for evas_vg_gradient_linear_end_get_set
Change-Id: I217d664340bac970a4b95e8b0e50cec9fff5e89f
Apurv Khatri [Thu, 14 May 2020 10:00:34 +0000 (15:30 +0530)]
evas_vg: Add TC for evas_vg_gradient_linear_add
Change-Id: Ie4bacb7cc584d52aca98f7c10cd0641e5bde8eb5
Shriyam Shrivastava [Tue, 12 May 2020 07:34:21 +0000 (03:34 -0400)]
evas_vg:Add TC for evas_vg_shape_append_cubic_to()
Change-Id: I96c4780fe807b243d847d13f0ad17cb32752a397
Apurv Khatri [Fri, 15 May 2020 09:30:27 +0000 (15:00 +0530)]
evas_vg: Add TC for evas_vg_gradient_radial_add
Change-Id: Ia554b58babdad43f5c443eb17ad7b415db48b0d9
Apurv Khatri [Fri, 15 May 2020 09:34:46 +0000 (15:04 +0530)]
evas_vg: Add TC for gradient_radial_center_get_set
Change-Id: Ib3d59947a6a18dc91b016c8277f65555d31f2715
Apurv Khatri [Fri, 15 May 2020 09:38:48 +0000 (15:08 +0530)]
evas_vg: Add TC for gradient_radial_focal_get_set
Change-Id: Ic36b0e66407fbe89282d026be0bc2b6a2b8e7971
Shriyam Shrivastava [Tue, 12 May 2020 04:25:40 +0000 (00:25 -0400)]
evas_vg:Add TC for evas_vg_shape_append_arc()
Change-Id: I00d75fc5e62c324b9921d4b98d8cb71fd46f0d12
Apurv Khatri [Fri, 15 May 2020 09:42:20 +0000 (15:12 +0530)]
evas_vg: Add TC for gradient_radial_radius_get_set
Change-Id: I66d1ec2fec42fd3b9d1cb356ec01c353f58b01a4
Shriyam Shrivastava [Tue, 12 May 2020 04:33:46 +0000 (00:33 -0400)]
evas_vg:Add TC for evas_vg_shape_append_rect()
Change-Id: I1029b3d5aaff42237c53a0245c917ebda8b37f6c
Shriyam Shrivastava [Thu, 14 May 2020 12:06:06 +0000 (08:06 -0400)]
evas_vg:Add TC for evas_vg_gradient_spread_set/get()
Change-Id: I687646fdbd603d445c05a0191644af552a76c453
Shriyam Shrivastava [Fri, 15 May 2020 10:14:18 +0000 (06:14 -0400)]
evas_vg:Add TC for evas_vg_shape_fill_set/get()
Change-Id: I73a31639330e5ed0d09f64d1661cb30934c60075
Shriyam Shrivastava [Tue, 12 May 2020 04:40:39 +0000 (00:40 -0400)]
evas_vg:Add TC for evas_vg_shape_append_circle()
Change-Id: I52148b7402636e48c0f6b978eb415bb7f4e21b24
Shriyam Shrivastava [Fri, 15 May 2020 10:22:37 +0000 (06:22 -0400)]
evas_vg:Add TC for evas_vg_shape_stroke_fill_set/get()
Change-Id: I6ff1266f4ec9eb8982bc97644a3e41cfe45943b7
Shriyam Shrivastava [Thu, 14 May 2020 11:59:06 +0000 (07:59 -0400)]
evas_vg:Add TC for evas_vg_gradient_stop_set/get()
Change-Id: I0723de1f69d6acc9c19548d4fc476027bad64145
Apurv Khatri [Tue, 12 May 2020 16:47:58 +0000 (22:17 +0530)]
evas_vg: Add TC for evas_vg_shape_append_quadratic/squadratic
Change-Id: I7e3da890249b358c07f2c90372e33da6086d4380
Shriyam Shrivastava [Mon, 11 May 2020 06:41:19 +0000 (02:41 -0400)]
evas_vg:Add TC for evas_vg_shape_equal_commands()
Change-Id: I856ed58cd671d201c125b589480ff0aba3277dbf
Shriyam Shrivastava [Mon, 11 May 2020 12:31:20 +0000 (08:31 -0400)]
evas_vg:Add TC for evas_vg_shape_append_arc_to()
Change-Id: I80ad182923e6c2139743f63f7df3baa4e6d6227d
Apurv Khatri [Thu, 14 May 2020 07:15:25 +0000 (12:45 +0530)]
evas_vg: Add TC for evas_vg_gradient_linear_start_get_set
Change-Id: I81b7482f8c6a8a8cc700a3c66a328fed489a5256
Shriyam Shrivastava [Tue, 12 May 2020 07:40:20 +0000 (03:40 -0400)]
evas_vg:Add TC for evas_vg_shape_append_scubic_to()
Change-Id: Ic6c306139bce7aa763c1d97da6aab2116adcc7ad
Woochanlee [Wed, 20 May 2020 10:30:22 +0000 (19:30 +0900)]
ecore_evas: delete ecore_evas_comp_sync_get/set, ecore_evas_app_comp_sync_get/set
The APIs will be deprecated.
Change-Id: I207ccc2ceb2d401c33b25f56fd2c74285f75e5e6
Shriyam Shrivastava [Thu, 7 May 2020 07:26:43 +0000 (03:26 -0400)]
evas_vg:Add TC for evas_vg_shape_path_set/get()
Change-Id: I3829d653ba696496fdbb30179e5cca2914432afe
Apurv Khatri [Thu, 7 May 2020 10:17:22 +0000 (15:47 +0530)]
evas_vg: Remove geometry_set() API as it's ambiguos
Change-Id: I9e3e7605a90df69a9abd0d78285106ebb2b1b7d6
Shriyam Shrivastava [Fri, 1 May 2020 12:04:54 +0000 (08:04 -0400)]
evas_vg:Add TC for evas_object_vg_root_node_set/get()
Change-Id: I22f0118f02dbe8a05488a18b49a5d7bd99b4d732
Shriyam Shrivastava [Thu, 7 May 2020 11:56:20 +0000 (07:56 -0400)]
evas_vg:Add TC for evas_vg_shape_stroke_join_set/get()
Change-Id: I61908a561112093ef5a528d1083bcf8af83b2a04
Amitesh Singh [Wed, 29 Apr 2020 14:17:55 +0000 (19:47 +0530)]
evas_vg: Add TC for evas_vg_shape_dup
Change-Id: Iae6f7443a27ba282a1e2ac828676c4c80f857604
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Taehyub Kim [Fri, 8 May 2020 11:02:54 +0000 (20:02 +0900)]
evas_vg: disable evas vg tcs which are implementing
Change-Id: I7b18878082712fb0208966fa835caae8cbfa6fb7
Amitesh Singh [Thu, 7 May 2020 04:50:00 +0000 (10:20 +0530)]
utc_evas_vg_shape_append_move_to_line_to: fix the build
Add missing bracket at the end of file
Change-Id: Ia70f18e42d0cc88eb52d90a9e0895e387f75907a
Shriyam Shrivastava [Wed, 6 May 2020 06:27:08 +0000 (02:27 -0400)]
evas_vg:Add TC for evas_vg_shape_stroke_scale_set/get()
Change-Id: I2e90524241ee3355520c89116e6f9cc1b77d4cd3
Shriyam Shrivastava [Wed, 6 May 2020 10:48:42 +0000 (06:48 -0400)]
evas_vg:Add TC for evas_vg_shape_stroke_cap_set/get()
Change-Id: Ie7cf386582c2fe66f021b389b503f6f53b90e5c9
Apurv Khatri [Wed, 6 May 2020 10:33:33 +0000 (16:03 +0530)]
evas_vg: Add TC for shape_append_move_to_line_to
Change-Id: I1b182ccefbc5b1520e469a27ca464f1d542d72ca
Hermet Park [Thu, 7 May 2020 01:39:55 +0000 (01:39 +0000)]
Merge "evas_vg_shape_stroke_width_set/get():fixing typo" into tizen
Amitesh Singh [Mon, 4 May 2020 15:29:50 +0000 (20:59 +0530)]
evas_vg: Add TC for evas_vg_node_stack_below
Change-Id: I5b0b3d4790354af05c84996f7d3865a90736a97f
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Hermet Park [Thu, 7 May 2020 01:37:46 +0000 (01:37 +0000)]
Merge "evas_vg: Add TC for evas_vg_node_raise" into tizen
Shriyam Shrivastava [Wed, 6 May 2020 10:30:05 +0000 (06:30 -0400)]
evas_vg_shape_stroke_width_set/get():fixing typo
evas_object_vg_add() to be used.
Change-Id: I0252b07eba1b18c4ff81b1c0c7cfbb1ec86dcd46
Amitesh Singh [Wed, 6 May 2020 08:49:58 +0000 (14:19 +0530)]
evas_vg: fix the typos
evas_object_vg_add should be used instead.
Change-Id: Id99045d50501a2e1a981eef04a6221912784e61d
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Amitesh Singh [Mon, 4 May 2020 09:27:30 +0000 (14:57 +0530)]
evas_vg: Add TC for evas_vg_node_raise
Change-Id: I0eb638658925dc249e1efae403487a5ea0eade46
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Shriyam Shrivastava [Tue, 5 May 2020 09:11:28 +0000 (05:11 -0400)]
evas_vg:Add TC for evas_vg_shape_stroke_width_set/get()
Change-Id: I0fa85d596bd2f5db59baf50a4af5fa2852b6334b
Shriyam Shrivastava [Fri, 1 May 2020 11:57:29 +0000 (07:57 -0400)]
evas_vg:Add TC for evas_vg_container_children_get()
Change-Id: I13ea9f23ab3000dfd96d3458c5462b30fb774b3a
Apurv Khatri [Mon, 4 May 2020 10:47:17 +0000 (16:17 +0530)]
evas_vg: Add TC for evas_vg_node_geometry_get_set
Change-Id: I1c41fcf7fc40372ff3a24bcc9b812003c70f4c30
Shriyam Shrivastava [Wed, 29 Apr 2020 05:06:16 +0000 (01:06 -0400)]
evas_vg:Add TC for evas_vg_shape_add()
Change-Id: Ic64b63c9cfdfbcb2605ae4d18865d93e106bafb5
Shriyam Shrivastava [Tue, 5 May 2020 06:52:50 +0000 (02:52 -0400)]
evas_vg:Add TC for evas_vg_shape_reset()
Change-Id: I3ce9024b0820f96f2e887ca7f4cc33df81eb1be5
Amitesh Singh [Mon, 4 May 2020 09:39:20 +0000 (15:09 +0530)]
evas_vg: Add TC for evas_vg_node_lower
Change-Id: I1d0af848ec1342b1a62d795fd3d0ecfa5f3d5a76
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Amitesh Singh [Mon, 4 May 2020 15:52:49 +0000 (21:22 +0530)]
evas_vg: Add TC for evas_vg_node_stack_above
Change-Id: Ic4401fa1e74bee2a7005eae4b1edbe29f210e25c
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Shriyam Shrivastava [Mon, 4 May 2020 13:08:18 +0000 (09:08 -0400)]
evas_vg: fix build errors
Removed include<Elementary.h> from both TCs, due to which
the build failed.
Also, renamed the utc function name the same as file name,
and corrected Efl_Vg with Efl_VG.
Change-Id: Id520dd39568d28f6d5329c73fb0298df993e95bb
Myoungwoon Roy, Kim [Mon, 4 May 2020 01:29:06 +0000 (10:29 +0900)]
Remove evas_vg_node_... test cases due to build error
- utc_evas_vg_node_transformation_set_get
- utc_evas_vg_node_color_set_get
Change-Id: I5ca0cf66882060a24ca24668b992303041090c56
Shriyam Shrivastava [Thu, 30 Apr 2020 12:57:01 +0000 (08:57 -0400)]
evas_vg:Add TC for utc_evas_vg_node_transformation_set_get.c
Change-Id: I4e845a3187d460448c7421cc643ed2b8abe80c53
Hermet Park [Fri, 1 May 2020 03:39:36 +0000 (03:39 +0000)]
Merge "evas_vg: Add TC for utc_evas_vg_node_color_set_get.c" into tizen