mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed
This commit is contained in:
@@ -161,7 +161,7 @@ public class ConfigurationManagerTests
|
||||
dict.Add (new (DeepCopyTest.key), "Esc");
|
||||
Assert.Contains (Key.Esc, dict);
|
||||
|
||||
DeepMemberWiseCopy (Key.Q.WithCtrl, DeepCopyTest.key);
|
||||
DeepCopyTest.key = (Key)DeepMemberWiseCopy (Key.Q.WithCtrl, DeepCopyTest.key);
|
||||
|
||||
Assert.Equal (Key.Q.WithCtrl, DeepCopyTest.key);
|
||||
Assert.Equal (Key.Esc, dict.Keys.ToArray () [0]);
|
||||
@@ -178,19 +178,6 @@ public class ConfigurationManagerTests
|
||||
Assert.True (dict.ContainsKey (Key.Q.WithCtrl));
|
||||
}
|
||||
|
||||
//[Fact]
|
||||
//public void Illustrate_DeepMemberWiseCopy_ ()
|
||||
//{
|
||||
// Assert.Equal (Key.Esc, Application.QuitKey);
|
||||
|
||||
// var o = UpdateValueFrom (Application.QuitKey);
|
||||
// DeepMemberWiseCopy (Key.Q.WithCtrl, Application.QuitKey);
|
||||
|
||||
// Assert.Equal (Key.Q.WithCtrl, Application.QuitKey);
|
||||
|
||||
// Application.ResetState (true);
|
||||
//}
|
||||
|
||||
[Fact]
|
||||
public void Load_Raises_Updated ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user