Fixed merge issue

This commit is contained in:
Tig
2022-10-31 08:51:07 -07:00
committed by GitHub
parent 44d0de016d
commit e7bc9f5ff4

View File

@@ -1585,7 +1585,7 @@ Edit
menu.ColorScheme.Disabled
};
GraphViewTests.AssertDriverColorsAre (@"
TestHelpers.AssertDriverColorsAre (@"
00000000000000", attributes);
Assert.True (menu.MouseEvent (new MouseEvent {
@@ -1595,7 +1595,7 @@ Edit
View = menu
}));
top.Redraw (top.Bounds);
GraphViewTests.AssertDriverColorsAre (@"
TestHelpers.AssertDriverColorsAre (@"
11111100000000
00000000000000
01111111111110
@@ -1611,7 +1611,7 @@ Edit
View = top.Subviews [1]
}));
top.Subviews [1].Redraw (top.Bounds);
GraphViewTests.AssertDriverColorsAre (@"
TestHelpers.AssertDriverColorsAre (@"
11111100000000
00000000000000
01111111111110
@@ -1627,7 +1627,7 @@ Edit
View = top.Subviews [1]
}));
top.Subviews [1].Redraw (top.Bounds);
GraphViewTests.AssertDriverColorsAre (@"
TestHelpers.AssertDriverColorsAre (@"
11111100000000
00000000000000
01111111111110