Skip to content

Commit

Permalink
chore: revert changes in Given_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 17, 2024
1 parent 9fb6003 commit 1def759
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
using System;
using Windows.Foundation;
using Microsoft.UI.Xaml.Markup;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Shapes;
using SamplesApp.UITests;

namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Shapes
{
[TestClass]
[RunsOnUIThread]
public class Given_Path
{
[TestMethod]
[RunsOnUIThread]
[UnoWorkItem("https://github.com/unoplatform/uno/issues/6846")]
public void Should_not_throw_if_Path_Data_is_set_to_null()
{
Expand All @@ -22,6 +23,7 @@ public void Should_not_throw_if_Path_Data_is_set_to_null()
}

[TestMethod]
[RunsOnUIThread]
public void Should_Not_Include_Control_Points_Bounds()
{
#if WINAPPSDK
Expand Down

0 comments on commit 1def759

Please sign in to comment.