Skip to content

Commit 4b7eb2a

Browse files
committed
Fixed test for EnumValuesExtension
1 parent 65ed50e commit 4b7eb2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UnitTests/UnitTests.UWP/UnitTestApp.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
RequestedTheme="Light" >
77
<Application.Resources>
88

9+
<extensions:EnumValuesExtension x:Key="DummyExtension"/>
10+
11+
<unitTestExtensions:Animal x:Key="Animal">Cat</unitTestExtensions:Animal>
12+
913
<!-- Workarounds for .NET Native issue in unit tests -->
1014
<CommandBar x:Key="DummyCommandBar">
1115
<AppBarButton Icon="{extensions:FontIcon Glyph=&#xE102;}"/>

0 commit comments

Comments
 (0)