Skip to content

Commit 02dab48

Browse files
committed
Fixed UWP unit test project build
1 parent 0a77566 commit 02dab48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitTests/UnitTests.UWP/UnitTestApp.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Workarounds for .NET Native issue in unit tests -->
1010
<CommandBar x:Key="DummyCommandBar">
1111
<AppBarButton Icon="{extensions:FontIcon Glyph=&#xE102;}"/>
12-
<AppBarButton Icon="{extensions:SymbolIcon Glyph=Play}"/>
12+
<AppBarButton Icon="{extensions:SymbolIcon Symbol=Play}"/>
1313
</CommandBar>
1414

1515
<unitTestExtensions:MockSwipeItem
@@ -18,7 +18,7 @@
1818

1919
<unitTestExtensions:MockSwipeItem
2020
x:Key="DummySwipeControl2"
21-
IconSource="{extensions:SymbolIconSource Glyph=Play}"/>
21+
IconSource="{extensions:SymbolIconSource Symbol=Play}"/>
2222

2323
<Button x:Key="DummyButton">
2424
<Button.Flyout>

0 commit comments

Comments
 (0)