Fixed some unit tests. Prepared for Issue #3368

This commit is contained in:
Tig
2024-04-01 11:22:27 -06:00
parent ca5df086ad
commit cf97b5b708
4 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public class DimTests
top.Add (win);
Application.Run (top);
top.Dispose ();
Assert.Equal (20, count);
}

View File

@@ -70,6 +70,7 @@ public class ViewTests
";
pos = TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
top.Dispose ();
}
[Fact]
@@ -133,6 +134,8 @@ public class ViewTests
";
pos = TestHelpers.AssertDriverContentsWithFrameAre (expected, _output);
top.Dispose ();
}
[Theory]