From 2512032b33ff3e4f7db7a1ab623a14053d6a6da9 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Thu, 31 Jan 2019 16:06:01 +0900 Subject: [PATCH] [ElmSharp][Non-ACR][fixed attrs due to coverage] Change-Id: I9f82901b6fd6f64eef5810265971e04618fa8796 --- tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSGenList.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")] -- 2.7.4