mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
fix PyQgsBlendModes test (followup da1ebc269)
This commit is contained in:
parent
295854ad48
commit
d12e08ed8b
@ -65,7 +65,7 @@ class TestQgsBlendModes(TestCase):
|
||||
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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user