Fix all tests.

This commit is contained in:
BDisp
2024-03-25 17:36:35 +00:00
parent ed697a21cd
commit 41971a6e5a
40 changed files with 1529 additions and 1161 deletions

View File

@@ -100,8 +100,9 @@ public class SpinnerViewTests
{
var view = new SpinnerView ();
Application.Top.Add (view);
Application.Begin (Application.Top);
var top = new Toplevel ();
top.Add (view);
Application.Begin (top);
Assert.Equal (1, view.Width);
Assert.Equal (1, view.Height);