Skip to content

Commit

Permalink
fix PyQgsBlendModes test (followup da1ebc2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 22, 2014
1 parent 295854a commit d12e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsblendmodes.py
Expand Up @@ -65,7 +65,7 @@ def __init__(self, methodName):
self.mMapRegistry.addMapLayer(self.mPointLayer)

self.mSimplifyMethod = QgsVectorSimplifyMethod() ;
self.mSimplifyMethod.setSimplifyHints(QgsVectorLayer.NoSimplification);
self.mSimplifyMethod.setSimplifyHints(QgsVectorSimplifyMethod.NoSimplification);

# create polygon layer
myShpFile = os.path.join(TEST_DATA_DIR, 'polys.shp')
Expand Down

0 comments on commit d12e08e

Please sign in to comment.