Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Generate test images on newer system and use tolerance of 100 pixels
  • Loading branch information
mhugent committed Jan 14, 2016
1 parent 193e9d7 commit d416b14
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsadjacenttiles.cpp
Expand Up @@ -160,7 +160,7 @@ void TestQgsAdjacentTiles::testFourAdjacentTiles()

QgsRenderChecker checker;
checker.setControlName( QTest::currentDataTag() );
QVERIFY( checker.compareImages( QTest::currentDataTag(), 0, renderedImagePath ) );
QVERIFY( checker.compareImages( QTest::currentDataTag(), 100, renderedImagePath ) );
}

QTEST_MAIN( TestQgsAdjacentTiles )
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d416b14

Please sign in to comment.