Skip to content

Fix the icon-effect-missing reftest

Matthias Clasen requested to merge fix-reftest into master

This was comparing the included image-missing icon with the one in the current icontheme on the test system. Works fine as long as we don't change the icons (which we just did). To avoid this, set the icontheme to hicolor for this test, which does not have the image-missing icon, so we end up getting the builtin icon for both ui files.

Merge request reports