Skip to content

Fix tests

Uli Schlachter requested to merge fix-tests into master

The tests also use some non-existing events to check that these are handled correctly. Then came XI 2.4 and introduced several new events, which broke the test.

Fix this by updating the test accordingly.

This means tests will now fail when using an older version of xcb-proto. If you are affected by this, either do not run tests, or build against a newer version of xcb-proto.

Signed-off-by: Uli Schlachter psychon@znc.in

Merge request reports