mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Renames Frame->Adornment; changes Frame to have a Border subclass (#3158)
This commit is contained in:
@@ -307,14 +307,14 @@ public class ConfigurationManagerTests {
|
||||
Settings.Update (stream, "TestConfigurationManagerToJson");
|
||||
}
|
||||
|
||||
[Fact] [AutoInitShutdown (configLocation: ConfigLocations.None)]
|
||||
[Fact, AutoInitShutdown (configLocation: ConfigLocations.None)]
|
||||
public void TestConfigurationManagerInitDriver_NoLocations ()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
[Fact] [AutoInitShutdown (configLocation: ConfigLocations.DefaultOnly)]
|
||||
[Fact, AutoInitShutdown (configLocation: ConfigLocations.DefaultOnly)]
|
||||
public void TestConfigurationManagerInitDriver ()
|
||||
{
|
||||
Assert.Equal ("Default", Themes.Theme);
|
||||
|
||||
Reference in New Issue
Block a user