mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Tons of V2 API doc fixes (#3932)
* Tons of API doc updates * tweaked scenario * try to fix unit test crash in ubuntu action * try to fix unit test crash in ubuntu action2
This commit is contained in:
@@ -30,6 +30,7 @@ public class SettingsScopeTests
|
||||
|
||||
// clean up
|
||||
Locations = ConfigLocations.All;
|
||||
Reset ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -63,7 +64,7 @@ public class SettingsScopeTests
|
||||
Assert.Equal (Key.F, Application.NextTabGroupKey);
|
||||
Assert.Equal (Key.B, Application.PrevTabGroupKey);
|
||||
|
||||
Locations = ConfigLocations.Default;
|
||||
Locations = ConfigLocations.All;
|
||||
Reset ();
|
||||
|
||||
}
|
||||
@@ -109,6 +110,7 @@ public class SettingsScopeTests
|
||||
Assert.True (Settings ["Themes"].PropertyValue is Dictionary<string, ThemeScope>);
|
||||
Assert.Single ((Dictionary<string, ThemeScope>)Settings ["Themes"].PropertyValue);
|
||||
|
||||
Locations = savedLocations;
|
||||
Locations = ConfigLocations.All;
|
||||
Reset ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user