Fixes unit test after git rebase.

This commit is contained in:
BDisp
2022-07-03 18:46:20 +01:00
committed by Tig Kindel
parent 4392f450da
commit 63bcd2b1fc

View File

@@ -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);