Skip to content

Commit

Permalink
Investigations and fixes for the Foo (dotnet#14910)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored May 4, 2023
1 parent 4f97a85 commit 2041476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controls/tests/Xaml.UnitTests/Issues/Bz54334.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void TearDown()

[TestCase(true)]
[TestCase(false)]
public void Foo(bool useCompiledXaml)
public void FooBz54334(bool useCompiledXaml)
{
var app = Application.Current = new Bz54334App(useCompiledXaml);
var page = app.MainPage as Bz54334;
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/Xaml.UnitTests/Issues/Bz54717.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void TearDown()

[TestCase(true)]
[TestCase(false)]
public void Foo(bool useCompiledXaml)
public void FooBz54717(bool useCompiledXaml)
{
Application.Current = new MockApplication
{
Expand Down

0 comments on commit 2041476

Please sign in to comment.