Ensure only one client is managed for given window

This commit is contained in:
Thibault Jouan
2015-04-19 05:11:01 +00:00
parent 036ca1f989
commit bdbeca399a
7 changed files with 40 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ When /^a window requests to be mapped$/ do
x_window_map
end
When /^a window requests to be mapped (\d+) times$/ do |times|
x_window_map times: times.to_i
end
Then /^it must connect to X display$/ do
uhwm_wait_output 'Connected to'
expect(x_socket_check uhwm_pid).to be true