From: Seungkeun Lee Date: Mon, 21 May 2018 05:52:49 +0000 (+0900) Subject: [XamarinForms][Non-ACR] Fix BackgroundColor of Orientation_StackLayout_UIBH X-Git-Tag: public_m1_final~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F179669%2F2;p=test%2Ftct%2Fcsharp%2Fapi.git [XamarinForms][Non-ACR] Fix BackgroundColor of Orientation_StackLayout_UIBH Change-Id: Iee2cf20179e4afbb80b7ef65caba06cbb1848ad9 --- diff --git a/tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs b/tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs index d002a0d..6c39595 100644 --- a/tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs +++ b/tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs @@ -251,7 +251,7 @@ namespace Xamarin.Forms.Core.UnitTests } }, Title = "Test: Source", - BackgroundColor = Color.White + BackgroundColor = Color.Blue }; _testPage.ExecuteTC(page); await ManualTest.WaitForConfirm(); @@ -825,4 +825,4 @@ namespace Xamarin.Forms.Core.UnitTests await ManualTest.WaitForConfirm(); } } -} \ No newline at end of file +}