Browse Source

Fixed nested tabgroup nav! - one last unit test

Tig 11 tháng trước cách đây
mục cha
commit
d7fb629bce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UnitTests/Application/KeyboardTests.cs

+ 1 - 1
UnitTests/Application/KeyboardTests.cs

@@ -375,7 +375,7 @@ public class KeyboardTests
                                      Assert.True (v3.HasFocus);
 
                                      Application.OnKeyDown (Key.F6);
-                                     Assert.True (v2.HasFocus);
+                                     Assert.True (v1.HasFocus);
 
   
                                      Application.RequestStop ();