fix PyQgsBlendModes test (followup da1ebc269)

This commit is contained in:
Juergen E. Fischer 2014-02-22 07:42:55 +01:00
parent 295854ad48
commit d12e08ed8b

View File

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