From 265bb1d626cce064c17663c0cc11cc53baf188e4 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 28 Apr 2015 09:34:49 +0000 Subject: [PATCH] Remove deprecated test (UAT) --- features/manager/input_events.feature | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 features/manager/input_events.feature diff --git a/features/manager/input_events.feature b/features/manager/input_events.feature deleted file mode 100644 index f2868a1..0000000 --- a/features/manager/input_events.feature +++ /dev/null @@ -1,8 +0,0 @@ -Feature: input events selection - - Scenario: selects the appropriate input event mask for a window manager - Given uhwm is running - Then the input event mask must include StructureNotifyMask - And the input event mask must include SubstructureNotifyMask - And the input event mask must include SubstructureRedirectMask - And the input event mask must include PropertyChangeMask