Package: xcb-util-errors / 1.0.1-4~bpo12+1

Metadata

Package Version Patches format
xcb-util-errors 1.0.1-4~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix tests.patch | (download)

tests/test.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix tests

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>