We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c9fa0 commit 5fce95dCopy full SHA for 5fce95d
test/penlayer/penlayer_test.cpp
@@ -405,7 +405,7 @@ TEST_F(PenLayerTest, Stamp)
405
QOpenGLFramebufferObject *fbo = penLayer.framebufferObject();
406
QImage image = fbo->toImage().scaled(240, 180);
407
QImage ref("stamp.png");
408
- ASSERT_LE(fuzzyCompareImages(image, ref), 0.1668);
+ ASSERT_LE(fuzzyCompareImages(image, ref), 0.18);
409
}
410
411
// Test HQ pen
@@ -422,7 +422,7 @@ TEST_F(PenLayerTest, Stamp)
422
423
QImage image = fbo->toImage();
424
QImage ref("stamp_hq.png");
425
- ASSERT_LE(fuzzyCompareImages(image, ref), 0.32);
+ ASSERT_LE(fuzzyCompareImages(image, ref), 0.33);
426
427
428
0 commit comments