mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed a bunch of unit test issues. Fixed color stuff I broke
This commit is contained in:
@@ -1035,7 +1035,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorsTest_ColorGetter (bool focused)
|
||||
@@ -1132,7 +1132,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorsTest_RowColorGetter (bool focused)
|
||||
@@ -1223,7 +1223,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorTests_FocusedOrNot (bool focused)
|
||||
|
||||
Reference in New Issue
Block a user