Skip to content

Commit abcfcfd

Browse files
elpasonyalldawson
authored andcommittedSep 14, 2018
Test for re-enable multipart to single part
1 parent 6152af4 commit abcfcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsprocessinginplace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_support_in_place_edit(self):
156156
self._support_inplace_edit_tester('native:setmfromraster', M_ONLY)
157157
self._support_inplace_edit_tester('native:simplifygeometries', LINESTRING_AND_POLYGON_ONLY)
158158
self._support_inplace_edit_tester('native:snappointstogrid', ALL)
159-
self._support_inplace_edit_tester('native:multiparttosingleparts', MULTI_ONLY)
159+
self._support_inplace_edit_tester('native:multiparttosingleparts', ALL)
160160
self._support_inplace_edit_tester('native:promotetomulti', MULTI_ONLY)
161161
self._support_inplace_edit_tester('native:subdivide', ALL)
162162
self._support_inplace_edit_tester('native:translategeometry', ALL)

0 commit comments

Comments
 (0)
Please sign in to comment.