From ad1f20af85e74955678fa704dd9b00927750951c Mon Sep 17 00:00:00 2001 From: David Oliver Date: Thu, 17 Oct 2019 21:30:14 -0400 Subject: [PATCH] Un-ignore working tests These tests were lit up by parse-time resource resolution. --- src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs b/src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs index a11926fa0883..4ab38d2f8011 100644 --- a/src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs +++ b/src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs @@ -88,15 +88,12 @@ public void When_Inherited_In_Template_Applied() } [TestMethod] - [Ignore("Uno's StaticResource resolution doesn't exactly match UWP. Here, we don't use the parse-time scope.")] public void When_Inherited_In_Template_Applied_XAML_Scope() { var app = UnitTestsApp.App.EnsureApplication(); var control = new Test_Control(); - app.HostView.Children.Add(control); //Note: this is not necessary for this test on UWP, only for Uno - control.InlineTemplateControl.ApplyTemplate(); control.TemplateFromResourceControl.ApplyTemplate(); @@ -148,7 +145,6 @@ public async Task When_Theme_Changed() } [TestMethod] - [Ignore("Uno's StaticResource resolution doesn't exactly match UWP. StaticResource and ThemeResource markup is currently treated identically.")] public async Task When_Theme_Changed_Static() { var app = UnitTestsApp.App.EnsureApplication();