Skip to content

Commit d8dac6a

Browse files
committed
Update comparison treshold in color effects test
1 parent 0f89348 commit d8dac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/targetpainter/targetpainter_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ TEST_F(TargetPainterTest, Paint)
105105
effects.clear();
106106

107107
// Compare with reference image
108-
ASSERT_LE(fuzzyCompareImages(fbo.toImage(), QImage("color_effects.png")), 0.04);
108+
ASSERT_LE(fuzzyCompareImages(fbo.toImage(), QImage("color_effects.png")), 0.07);
109109

110110
// Paint with shape changing effects
111111
glF.glClearColor(0.0f, 0.0f, 0.0f, 0.0f);

0 commit comments

Comments
 (0)