From 63bcd2b1fceb89417ddbe58389ee9fdd709f677c Mon Sep 17 00:00:00 2001 From: BDisp Date: Sun, 3 Jul 2022 18:46:20 +0100 Subject: [PATCH] Fixes unit test after git rebase. --- UnitTests/MenuTests.cs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/UnitTests/MenuTests.cs b/UnitTests/MenuTests.cs index 8f1693087..ad54bd193 100644 --- a/UnitTests/MenuTests.cs +++ b/UnitTests/MenuTests.cs @@ -1321,9 +1321,9 @@ Edit Application.Top.Redraw (Application.Top.Bounds); var expected = @" File Edit Format -┌──────┐ -│ New │ -└──────┘ +┌──────┐ +│ New │ +└──────┘ "; var pos = GraphViewTests.AssertDriverContentsWithFrameAre (expected, output); @@ -1345,7 +1345,7 @@ Edit Assert.False (tf.HasFocus); Application.Top.Redraw (Application.Top.Bounds); expected = @" - File Edit Format + File Edit Format ┌───────┐ │ Wrap │ └───────┘ @@ -1371,9 +1371,9 @@ Edit Application.Top.Redraw (Application.Top.Bounds); expected = @" File Edit Format -┌──────┐ -│ New │ -└──────┘ +┌──────┐ +│ New │ +└──────┘ "; pos = GraphViewTests.AssertDriverContentsWithFrameAre (expected, output); @@ -1415,9 +1415,9 @@ Edit Application.Top.Redraw (Application.Top.Bounds); var expected = @" File Edit Format -┌──────┐ -│ New │ -└──────┘ +┌──────┐ +│ New │ +└──────┘ "; var pos = GraphViewTests.AssertDriverContentsWithFrameAre (expected, output); @@ -1439,7 +1439,7 @@ Edit Assert.False (tf.HasFocus); Application.Top.Redraw (Application.Top.Bounds); expected = @" - File Edit Format + File Edit Format ┌───────┐ │ Wrap │ └───────┘ @@ -1465,9 +1465,9 @@ Edit Application.Top.Redraw (Application.Top.Bounds); expected = @" File Edit Format -┌──────┐ -│ New │ -└──────┘ +┌──────┐ +│ New │ +└──────┘ "; pos = GraphViewTests.AssertDriverContentsWithFrameAre (expected, output);