From 3ab9efb2f3c55ea9735c3677c44333103eae4071 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Fri, 18 May 2018 19:14:34 +0900 Subject: [PATCH] [Xamarin][Non-ACR][Fixed unmatched issue] Change-Id: Ib88754f6da9017bac8032367aa230f26394950f5 --- tct-suite-vs/Tizen.XamarinForms1.Tests/testcase/TSAbsoluteLayout.cs | 2 +- tct-suite-vs/Tizen.XamarinForms4.Tests/testcase/TSRelativeLayout.cs | 4 ++-- tct-suite-vs/Tizen.XamarinForms5.Tests/testcase/TSStackLayout.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tct-suite-vs/Tizen.XamarinForms1.Tests/testcase/TSAbsoluteLayout.cs b/tct-suite-vs/Tizen.XamarinForms1.Tests/testcase/TSAbsoluteLayout.cs index 987bdb1..bf430af 100755 --- a/tct-suite-vs/Tizen.XamarinForms1.Tests/testcase/TSAbsoluteLayout.cs +++ b/tct-suite-vs/Tizen.XamarinForms1.Tests/testcase/TSAbsoluteLayout.cs @@ -247,7 +247,7 @@ namespace Xamarin.Forms.Core.UnitTests [Test] [Category("P1")] [Description("Check whether on method works properly or not.")] - [Property("SPEC", "Xamarin.Forms.AbsoluteLayout.On M")] + [Property("SPEC", "Xamarin.Forms.AbsoluteLayout.On M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Nguyen Van Tan, nguyen.vtan@samsung.com")] diff --git a/tct-suite-vs/Tizen.XamarinForms4.Tests/testcase/TSRelativeLayout.cs b/tct-suite-vs/Tizen.XamarinForms4.Tests/testcase/TSRelativeLayout.cs index 239ebd6..d6de331 100755 --- a/tct-suite-vs/Tizen.XamarinForms4.Tests/testcase/TSRelativeLayout.cs +++ b/tct-suite-vs/Tizen.XamarinForms4.Tests/testcase/TSRelativeLayout.cs @@ -204,7 +204,7 @@ namespace Xamarin.Forms.Core.UnitTests [Test] [Category("P1")] [Description("Check whether on method works properly or not.")] - [Property("SPEC", "Xamarin.Forms.RelativeLayout.On M")] + [Property("SPEC", "Xamarin.Forms.RelativeLayout.On M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Nguyen Van Tan, nguyen.vtan@samsung.com")] @@ -224,7 +224,7 @@ namespace Xamarin.Forms.Core.UnitTests }; _relativeLayout.Children.Add(label1, Constraint.Constant(0), Constraint.Constant(0), Constraint.Constant(100), Constraint.Constant(100)); _relativeLayout.Children.Add(label2, Constraint.Constant(100), Constraint.Constant(0), Constraint.Constant(100), Constraint.Constant(100)); - var config = _relativeLayout.On(); + var config = _relativeLayout.On(); Assert.IsInstanceOf>(config, "config is not RelativeLayout"); } diff --git a/tct-suite-vs/Tizen.XamarinForms5.Tests/testcase/TSStackLayout.cs b/tct-suite-vs/Tizen.XamarinForms5.Tests/testcase/TSStackLayout.cs index ee9ccfd..5a54891 100755 --- a/tct-suite-vs/Tizen.XamarinForms5.Tests/testcase/TSStackLayout.cs +++ b/tct-suite-vs/Tizen.XamarinForms5.Tests/testcase/TSStackLayout.cs @@ -197,7 +197,7 @@ namespace Xamarin.Forms.Core.UnitTests [Test] [Category("P1")] [Description("Check whether on method works properly or not.")] - [Property("SPEC", "Xamarin.Forms.StackLayout.On M")] + [Property("SPEC", "Xamarin.Forms.StackLayout.On M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Nguyen Van Tan, nguyen.vtan@samsung.com")] -- 2.7.4