Skip to content

Commit d416b14

Browse files
committed
Generate test images on newer system and use tolerance of 100 pixels
1 parent 193e9d7 commit d416b14

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

tests/src/core/testqgsadjacenttiles.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void TestQgsAdjacentTiles::testFourAdjacentTiles()
160160

161161
QgsRenderChecker checker;
162162
checker.setControlName( QTest::currentDataTag() );
163-
QVERIFY( checker.compareImages( QTest::currentDataTag(), 0, renderedImagePath ) );
163+
QVERIFY( checker.compareImages( QTest::currentDataTag(), 100, renderedImagePath ) );
164164
}
165165

166166
QTEST_MAIN( TestQgsAdjacentTiles )
Loading
Loading
Loading

0 commit comments

Comments
 (0)