Skip to content

Commit ad32bbf

Browse files
committedDec 3, 2014
Add some atlas reference images for precise (part 2)
1 parent b07e4db commit ad32bbf

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
 

‎tests/src/python/qgscompositionchecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, mTestName, mComposition ):
2727
self.mTestName = mTestName
2828
self.mDotsPerMeter = 96 / 25.4 * 1000
2929
self.mSize = QSize( 1122, 794 )
30-
self.setColorTolerance( 1 )
30+
self.setColorTolerance( 5 )
3131

3232
def testComposition(self, page=0, pixelDiff=0 ):
3333
if ( self.mComposition == None):
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.