mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix some failing tests (diagrams control images needed rebuilding following MTR composer changes, added tolerance to renderers test)
This commit is contained in:
parent
4ded76f75f
commit
7cb2315e29
@ -216,7 +216,7 @@ bool TestQgsRenderers::imageCheck( QString theTestType )
|
||||
myChecker.setControlName( "expected_" + theTestType );
|
||||
myChecker.setMapSettings( mMapSettings );
|
||||
myChecker.setColorTolerance( 15 );
|
||||
bool myResultFlag = myChecker.runTest( theTestType );
|
||||
bool myResultFlag = myChecker.runTest( theTestType, 200 );
|
||||
mReport += myChecker.report();
|
||||
return myResultFlag;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 63 KiB |
Binary file not shown.
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 51 KiB |
Loading…
x
Reference in New Issue
Block a user