[Xamarin.Forms][Non-ACR] Fix test layout for wearable 46/178646/3
authorshyun.min <shyun.min@samsung.com>
Fri, 11 May 2018 05:40:38 +0000 (14:40 +0900)
committerSunghyun Min <shyun.min@samsung.com>
Fri, 11 May 2018 09:29:17 +0000 (09:29 +0000)
 - Fix layout for wearable profile
 - Remove unnecessary views

Change-Id: I648ae836dd64d1de2032a296dc43822896640283

15 files changed:
tct-suite-vs/Template/ManualTemplate/TestPage.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSAbsoluteLayout.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSActivityIndicator.cs
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSBoxView.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSButton.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSEntryCell.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSFrame.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSGrid.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSRelativeLayout.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSSlider.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSSwitch.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSSwitchCell.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSTableView.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSTextCell.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 86c61a4..a7f1281
@@ -70,7 +70,6 @@ namespace NUnit.Framework
 
         public static TestPage GetInstance()
         {
-
             lock (lockObject)
             {
                 if (instance == null)
@@ -379,7 +378,6 @@ namespace NUnit.Framework
                 _prevBtn.IsEnabled = false;
                 _nextBtn.IsEnabled = false;
             }
-
         }
 
         public void UnlockUIButton()
@@ -528,7 +526,6 @@ namespace NUnit.Framework
             };
             _currentTCInfo = new List<TestcaseDescription>();
 
-
             for (int i = 0; i < lenght; i++)
             {
                 _currentTCInfo.Add(new TestcaseDescription(""));
@@ -618,6 +615,10 @@ namespace NUnit.Framework
         {
             if (ManualTest.IsWearable())
             {
+                if (String.IsNullOrEmpty(page.Title))
+                {
+                    NavigationPage.SetHasNavigationBar(page, false);
+                }
                 WearableTemplate.TestPage.GetInstance().ExecuteTC(page);
             }
             else
old mode 100755 (executable)
new mode 100644 (file)
index 2bf042d..2d867eb
@@ -865,7 +865,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -876,7 +875,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -924,12 +922,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -992,7 +984,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -1003,7 +994,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -1046,12 +1036,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -1118,7 +1102,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -1129,7 +1112,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -1172,12 +1154,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -1261,7 +1237,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -1272,7 +1247,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -1311,12 +1285,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
index c77e0e0..63dfcad 100644 (file)
@@ -436,7 +436,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -447,7 +446,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -495,12 +493,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        _mActivityIndicator,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Blue.WithLuminosity(0.9),
@@ -562,7 +554,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -573,7 +564,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -619,12 +609,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        _mActivityIndicator,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Blue.WithLuminosity(0.9),
@@ -699,7 +683,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -710,7 +693,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -755,12 +737,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        _mActivityIndicator,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Blue.WithLuminosity(0.9),
@@ -779,4 +755,4 @@ namespace Xamarin.Forms.Core.UnitTests
             };
         }
     }
-}
\ No newline at end of file
+}
old mode 100755 (executable)
new mode 100644 (file)
index e73dc68..27156ff
@@ -480,7 +480,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -491,7 +490,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -539,12 +537,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        _mBoxView,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -606,7 +598,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -617,7 +608,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -731,7 +721,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -742,7 +731,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -785,12 +773,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        _mBoxView,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
old mode 100755 (executable)
new mode 100644 (file)
index 5877e83..1f90450
@@ -81,7 +81,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -92,7 +91,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index edcb1f4..723e356
@@ -135,12 +135,10 @@ namespace Xamarin.Forms.Core.UnitTests
         [Property("AUTHOR", "Md.Elme Focruzzaman Razi, ef.razi@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Run TC")]
-        [Step(2, "Focus EntryCell")]
-        [Step(3, "Input any sentence")]
-        [Step(4, "Click Aign Start Button")]
-        [Step(5, "Click Aign Center Button")]
-        [Step(6, "Click Aign End Button")]
-        [Step(7, "Click Pass if alignment of text has been changed, Fail otherwaise")]
+        [Step(2, "Click Aign Start Button")]
+        [Step(3, "Click Aign Center Button")]
+        [Step(4, "Click Aign End Button")]
+        [Step(5, "Click Pass if alignment of text has been changed, Fail otherwaise")]
         [Postcondition(1, "NA")]
         public async Task HorizontalTextAlignment_UILK()
         {
@@ -198,6 +196,7 @@ namespace Xamarin.Forms.Core.UnitTests
             };
 
             _testPage.ExecuteTC(page);
+
             await ManualTest.WaitForConfirm();
         }
 
@@ -331,8 +330,7 @@ namespace Xamarin.Forms.Core.UnitTests
         [Step(1, "Run TC")]
         [Step(2, "Click Change placeholder text button")]
         [Step(3, "Observe")]
-        [Step(4, "Click Back Button")]
-        [Step(5, "Click Pass if Placeholder text has been changed, Fail otherwaise")]
+        [Step(4, "Click Pass if Placeholder text has been changed, Fail otherwaise")]
         [Postcondition(1, "NA")]
         public async Task Placeholder_UILK()
         {
@@ -447,12 +445,10 @@ namespace Xamarin.Forms.Core.UnitTests
         [Property("AUTHOR", "Md.Elme Focruzzaman Razi, ef.razi@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Run TC")]
-        [Step(2, "Focus EntryCell")]
-        [Step(3, "Input any sentence")]
-        [Step(4, "Click Aign Start Button")]
-        [Step(5, "Click Aign Center Button")]
-        [Step(6, "Click Aign End Button")]
-        [Step(7, "Click Pass if alignment of text has been changed, Fail otherwaise")]
+        [Step(2, "Click Aign Start Button")]
+        [Step(3, "Click Aign Center Button")]
+        [Step(4, "Click Aign End Button")]
+        [Step(5, "Click Pass if alignment of text has been changed, Fail otherwaise")]
         [Postcondition(1, "NA")]
         public async Task XAlign_UILK()
         {
old mode 100755 (executable)
new mode 100644 (file)
index 8289694..28ece6d
@@ -568,7 +568,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -682,7 +681,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -693,7 +691,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -810,7 +807,7 @@ namespace Xamarin.Forms.Core.UnitTests
                     Label nameLabel = new Label()
                     {
                         TextColor = Color.Yellow,
-                        HorizontalOptions = LayoutOptions.Center,       
+                        HorizontalOptions = LayoutOptions.Center,
                         HorizontalTextAlignment = TextAlignment.Center
                     };
                     nameLabel.SetBinding(Label.TextProperty, "Name");
@@ -818,7 +815,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     {
                         View = new StackLayout
                         {
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -933,7 +929,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     {
                         View = new StackLayout
                         {
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index 86f7af7..1a942f8
@@ -128,7 +128,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -139,7 +138,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -553,7 +551,7 @@ namespace Xamarin.Forms.Core.UnitTests
                 Value = 1.00
             };
 
-            if ( Device.Idiom == TargetIdiom.Unsupported)
+            if (Device.Idiom == TargetIdiom.Unsupported)
             {
                 sliderRowSpacing.Minimum = 0;
                 sliderRowSpacing.Maximum = 20;
old mode 100755 (executable)
new mode 100644 (file)
index 969c662..eda03af
@@ -21,6 +21,7 @@ using System.Linq.Expressions;
 using System.Threading.Tasks;
 using Xamarin.Forms.Platform.Tizen;
 using WT = WearableTemplate;
+
 using Common = NUnit.Framework;
 
 namespace Xamarin.Forms.Core.UnitTests
@@ -91,7 +92,6 @@ namespace Xamarin.Forms.Core.UnitTests
             {
                 _navigationPage = Common.TestPage.GetInstance().getNavigationPage();
             }
-
         }
 
         [TearDown]
@@ -812,7 +812,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -823,7 +822,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -871,12 +869,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -939,7 +931,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -950,7 +941,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -993,12 +983,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
@@ -1065,7 +1049,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -1076,7 +1059,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -1119,12 +1101,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                        simpleLayout,
-                       new Label
-                       {
-                           Text=text,
-                           TextColor=Color.White,
-                           HorizontalOptions = LayoutOptions.Center
-                       },
                        _listview,
                     },
                     BackgroundColor = Color.Navy
old mode 100755 (executable)
new mode 100644 (file)
index 762a308..604262b
@@ -147,7 +147,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -158,7 +157,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
@@ -183,7 +181,6 @@ namespace Xamarin.Forms.Core.UnitTests
                     Children =
                     {
                         _slider2,
-                        labelDisplay,
                         _listview,
                     },
                     BackgroundColor = Color.Blue,
old mode 100755 (executable)
new mode 100644 (file)
index 83194df..d002a0d
@@ -179,7 +179,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -190,7 +189,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index c35ab1b..966a772
@@ -142,7 +142,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index 583493b..1df3369
@@ -145,7 +145,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -156,7 +155,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index 597d693..d31bf3b
@@ -204,7 +204,6 @@ namespace Xamarin.Forms.Core.UnitTests
                 {
                     Label nameLabel = new Label()
                     {
-                        Margin = new Thickness(100, 0, 0, 0),
                         TextColor = Color.Black,
                         BackgroundColor = Color.White,
                         HorizontalOptions = LayoutOptions.Center,
@@ -215,7 +214,6 @@ namespace Xamarin.Forms.Core.UnitTests
                         View = new StackLayout
                         {
                             Padding = new Thickness(0, 5),
-                            Orientation = StackOrientation.Horizontal,
                             Children =
                                 {
                                     new StackLayout
old mode 100755 (executable)
new mode 100644 (file)
index d023e09..7d8f555
@@ -480,7 +480,6 @@ namespace Xamarin.Forms.Core.UnitTests
             _testPage.ExecuteTC(new ContentPage()
             {
                 Content = mainUI,
-                Title = "BackgoundColor Test"
             });
             await ManualTest.WaitForConfirm();
         }