[gtk/wip/matthiasc/can-focus: 20/21] Remove focusable-container tests



commit b4a83f3df7ad8f8899d75c5ab90e139cbf9085ef
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 8 08:01:58 2020 -0400

    Remove focusable-container tests
    
    Like the previous commit, these tests were relying
    on setting :can-focus to make an unsuspecting container
    focusable, which does not work anymore.

 testsuite/gtk/focus-chain/focusable-container.tab  |  5 ----
 .../focus-chain/focusable-container.tab-backward   |  5 ----
 testsuite/gtk/focus-chain/focusable-container.ui   | 29 ----------------------
 testsuite/gtk/meson.build                          |  3 +--
 4 files changed, 1 insertion(+), 41 deletions(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index f388022cc9..6855937b85 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -157,14 +157,13 @@ if add_languages('cpp', required: false)
   endif
 endif
 
+
 focus_chain_tests = [
   # test     direction
   [ 'basic', 'tab' ],
   [ 'basic', 'tab-backward' ],
   [ 'basic', 'left' ],
   [ 'basic', 'right' ],
-  [ 'focusable-container', 'tab' ],
-  [ 'focusable-container', 'tab-backward' ],
   [ 'widget-factory', 'tab' ],
   [ 'widget-factory', 'tab-backward' ],
   [ 'widget-factory', 'up' ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]