From 88f70d328f7fd46276c9eaad4ffa884942a5dbb3 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Tue, 12 Feb 2019 13:59:06 +0900 Subject: [PATCH] [ElmSharp][Non-ACR][reinforcement testcase coverage] Change-Id: I6d3dd8407e95418bc1ce403b73f01663f4ddd70a --- tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs index 58ebd1e..bcfb818 100644 --- a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs @@ -31,7 +31,7 @@ namespace ElmSharp.Tests } public ItemObject_T(IntPtr handle, EvasObject parent) : base(handle, parent) - { + { } } @@ -131,7 +131,7 @@ namespace ElmSharp.Tests [Category("P1")] [Description("Create a ItemObject instance. Check whether object is successfully created or not.")] [Property("SPEC", "ElmSharp.ItemObject.ItemObject C")] - [Property("COVPARAM", "string")] + [Property("COVPARAM", "System.IntPtr")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "CONSTR")] [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")] @@ -146,7 +146,7 @@ namespace ElmSharp.Tests [Category("P1")] [Description("Create a ItemObject instance. Check whether object is successfully created or not.")] [Property("SPEC", "ElmSharp.ItemObject.ItemObject C")] - [Property("COVPARAM", "string, ElmSharp.EvasObject")] + [Property("COVPARAM", "System.IntPtr, ElmSharp.EvasObject")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "CONSTR")] [Property("AUTHOR", "Jeonghyun Yun, jh0506.yun@samsung.com")] -- 2.7.4