From: Sanghoon Lee Date: Thu, 31 Jan 2019 07:06:01 +0000 (+0900) Subject: [ElmSharp][Non-ACR][fixed attrs due to coverage] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F198938%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp][Non-ACR][fixed attrs due to coverage] Change-Id: I9f82901b6fd6f64eef5810265971e04618fa8796 --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSGenList.cs b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSGenList.cs index 9935cfa..04c946d 100755 --- a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSGenList.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSGenList.cs @@ -905,7 +905,7 @@ namespace ElmSharp.Tests [Test] [Category("P1")] [Description("Check whether setting and getting HorizontalScrollBarVisiblePolicy are equal.")] - [Property("SPEC", "ElmSharp.HorizontalScrollBarVisiblePolicy A")] + [Property("SPEC", "ElmSharp.GenList.HorizontalScrollBarVisiblePolicy A")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRE")] [Property("AUTHOR", "Jeonghyun Yun, jh0506.yun@samsung.com")] @@ -924,7 +924,7 @@ namespace ElmSharp.Tests [Test] [Category("P1")] [Description("Check whether setting and getting VerticalScrollBarVisiblePolicy are equal.")] - [Property("SPEC", "ElmSharp.VerticalScrollBarVisiblePolicy A")] + [Property("SPEC", "ElmSharp.GenList.VerticalScrollBarVisiblePolicy A")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRE")] [Property("AUTHOR", "Jeonghyun Yun, jh0506.yun@samsung.com")]