Test that manager listen to appropriate events

This commit is contained in:
Thibault Jouan
2015-04-18 20:11:04 +00:00
parent 20cdec5fce
commit 26bac5aea9
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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