Skip to content

Commit

Permalink
Test for re-enable multipart to single part
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 14, 2018
1 parent 6152af4 commit abcfcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsprocessinginplace.py
Expand Up @@ -156,7 +156,7 @@ def test_support_in_place_edit(self):
self._support_inplace_edit_tester('native:setmfromraster', M_ONLY)
self._support_inplace_edit_tester('native:simplifygeometries', LINESTRING_AND_POLYGON_ONLY)
self._support_inplace_edit_tester('native:snappointstogrid', ALL)
self._support_inplace_edit_tester('native:multiparttosingleparts', MULTI_ONLY)
self._support_inplace_edit_tester('native:multiparttosingleparts', ALL)
self._support_inplace_edit_tester('native:promotetomulti', MULTI_ONLY)
self._support_inplace_edit_tester('native:subdivide', ALL)
self._support_inplace_edit_tester('native:translategeometry', ALL)
Expand Down

0 comments on commit abcfcfd

Please sign in to comment.