Back to all unit tests passing

This commit is contained in:
Tig
2024-10-21 23:03:50 -06:00
parent a632c238e9
commit fe2497ef25
7 changed files with 91 additions and 33 deletions

View File

@@ -8322,7 +8322,7 @@ Line 2.",
var top = new Toplevel ();
top.Add (tv);
top.LayoutSubviews ();
top.Layout();
tv.Draw ();
TestHelpers.AssertDriverContentsWithFrameAre (
@@ -8427,7 +8427,7 @@ line.
var top = new Toplevel ();
top.Add (tv);
tv.LayoutSubviews ();
top.Layout ();
tv.Draw ();
TestHelpers.AssertDriverContentsWithFrameAre (