Skip to content

Commit 62429e1

Browse files
committedJan 22, 2016
Add some tolerance to PyQgsSymbolExpressionVariables test
1 parent 69ce559 commit 62429e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgssymbolexpressionvariables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def testSymbolColor(self):
113113
renderchecker = QgsMultiRenderChecker()
114114
renderchecker.setMapSettings(self.mapsettings)
115115
renderchecker.setControlName('expected_symbol_color_variable')
116-
result = renderchecker.runTest('symbol_color_variable')
116+
result = renderchecker.runTest('symbol_color_variable', 50)
117117

118118
self.assertTrue(result)
119119

0 commit comments

Comments
 (0)
Please sign in to comment.