Skip to content

Fix wayland registry test

Xuetian Weng requested to merge work/fix-test-registry into master

Max known version in contrast interface is version 2. Due to kwayland-server is moved to another repo, contrast interface in KWayland::Server does not update anymore and has only version 1. So the bindConstrast would tries to bind max(2, 2) in this case and the test would fail.

Merge request reports