Fix some failing tests (diagrams control images needed rebuilding following MTR composer changes, added tolerance to renderers test)

This commit is contained in:
Nyall Dawson 2014-06-18 21:47:47 +10:00
parent 4ded76f75f
commit 7cb2315e29
3 changed files with 1 additions and 1 deletions

View File

@ -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