Attempting to figure out unit test fails and why tests are now slow.

This commit is contained in:
Tig
2024-09-23 10:11:10 -06:00
parent 05ae84382d
commit 21abe095a6
2 changed files with 35 additions and 18 deletions

View File

@@ -233,6 +233,7 @@ public class MessageBoxTests
};
Application.Run (top);
top.Dispose ();
}
[Fact]
@@ -481,7 +482,7 @@ public class MessageBoxTests
var top = new Toplevel ();
top.BorderStyle = LineStyle.Single;
Application.Run (top);
top.Dispose ();
}
}