[gtk/wip/matthiasc/can-focus: 38/42] Remove focusable-container tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/can-focus: 38/42] Remove focusable-container tests
- Date: Thu, 9 Apr 2020 04:45:54 +0000 (UTC)
commit 3c01a0cf18828086910b4b7ea85d33c4bb5fa88f
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]