[ElmSharp][Non-ACR][reinforcement testcase coverage] 87/199487/1
authorSanghoon Lee <shooney.lee@samsung.com>
Tue, 12 Feb 2019 04:59:06 +0000 (13:59 +0900)
committerSanghoon Lee <shooney.lee@samsung.com>
Tue, 12 Feb 2019 04:59:06 +0000 (13:59 +0900)
Change-Id: I6d3dd8407e95418bc1ce403b73f01663f4ddd70a

tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSItemObject.cs

index 58ebd1e..bcfb818 100644 (file)
@@ -31,7 +31,7 @@ namespace ElmSharp.Tests
         }
 
         public ItemObject_T(IntPtr handle, EvasObject parent) : base(handle, parent)
-        {\r
+        {
         }
     }
 
@@ -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")]