Nyall Dawson e2068b8c1f [processing] Pass a copy of the feature to processFeature, not
the original layer's feature

Otherwise python processFeature implementations may return a
modified shallow copy of this feature, which means that the
test for modifications fails, since we're comparing against
the same feature which was modified.

Fixes some python algorithms do not modify features when used
in-place mode.
2018-09-21 18:02:21 +10:00
..
2018-09-21 01:22:19 +02:00
2018-09-19 13:20:31 +02:00
2018-05-31 12:33:38 -08:00
2018-09-19 20:13:29 -04:00
2018-09-10 15:25:42 +10:00
2018-09-06 05:56:09 +10:00