We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6152af4 commit abcfcfdCopy full SHA for abcfcfd
tests/src/python/test_qgsprocessinginplace.py
@@ -156,7 +156,7 @@ def test_support_in_place_edit(self):
156
self._support_inplace_edit_tester('native:setmfromraster', M_ONLY)
157
self._support_inplace_edit_tester('native:simplifygeometries', LINESTRING_AND_POLYGON_ONLY)
158
self._support_inplace_edit_tester('native:snappointstogrid', ALL)
159
- self._support_inplace_edit_tester('native:multiparttosingleparts', MULTI_ONLY)
+ self._support_inplace_edit_tester('native:multiparttosingleparts', ALL)
160
self._support_inplace_edit_tester('native:promotetomulti', MULTI_ONLY)
161
self._support_inplace_edit_tester('native:subdivide', ALL)
162
self._support_inplace_edit_tester('native:translategeometry', ALL)
0 commit comments