Browse Source

Fixes unit test after git rebase.

BDisp 3 years ago
parent
commit
63bcd2b1fc
1 changed files with 14 additions and 14 deletions
  1. 14 14
      UnitTests/MenuTests.cs

+ 14 - 14
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);