From 9a0ffbdc1e6169989dba1d0de13441fe69180e11 Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 11 Apr 2017 09:21:35 -0500 Subject: [PATCH] remove selections tests --- .../tests/testdata/qgis_algorithm_tests.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml index f7257587bb2..64bca122f9d 100755 --- a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml @@ -2586,19 +2586,3 @@ tests: METHOD: '1' NUMBER: 50 results: {} - - - algorithm: qgis:randomselection - name: Random Selection with point input - params: - INPUT_LAYER: - name: points.gml - type: vector - results: {} - - - algorithm: qgis:randomselectionwithinsubsets - name: Random selection within subset - params: - INPUT_LAYER: - name: points.gml - type: vector - results: {}