Skip to content

Commit

Permalink
Un-ignore working tests
Browse files Browse the repository at this point in the history
These tests were lit up by parse-time resource resolution.
  • Loading branch information
davidjohnoliver committed Oct 18, 2019
1 parent d66e389 commit ad1f20a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Uno.UI.Tests/Windows_UI_Xaml/Given_ThemeResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit ad1f20a

Please sign in to comment.