From: Sanghoon Lee Date: Fri, 18 May 2018 10:14:34 +0000 (+0900) Subject: [Xamarin][Non-ACR][Fixed unmatched issue] X-Git-Tag: public_m1_final~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ab9efb2f3c55ea9735c3677c44333103eae4071;p=test%2Ftct%2Fcsharp%2Fapi.git [Xamarin][Non-ACR][Fixed unmatched issue] Change-Id: Ib88754f6da9017bac8032367aa230f26394950f5 --- 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")]