From 80c88752754637fa762edaa5f96e5e54a79a6bfd Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Sun, 30 Apr 2017 20:29:39 +0300 Subject: [PATCH] fix failing test --- .../testdata/expected/single_to_multi.gml | 33 ++++++++----------- .../tests/testdata/gdal_algorithm_tests.yaml | 0 .../tests/testdata/qgis_algorithm_tests.yaml | 4 +-- 3 files changed, 16 insertions(+), 21 deletions(-) mode change 100755 => 100644 python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml mode change 100755 => 100644 python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml diff --git a/python/plugins/processing/tests/testdata/expected/single_to_multi.gml b/python/plugins/processing/tests/testdata/expected/single_to_multi.gml index f058abbcd72..de7731f91e6 100644 --- a/python/plugins/processing/tests/testdata/expected/single_to_multi.gml +++ b/python/plugins/processing/tests/testdata/expected/single_to_multi.gml @@ -11,33 +11,28 @@ - - - 3.96134713432836,1.68824302985075 8.120786,0.64200380597015 8.27389417910448,-1.50151070149254 3.93582910447761,-1.14425828358209 3.96134713432836,1.68824302985075 - - - - - 1.69024247761194,3.0406986119403 3.45098653731343,3.52554117910448 3.47650456716418,2.47930195522388 1.9454227761194,1.48409879104478 1.69024247761194,3.04069861194031.46058020895522,-2.93052037313433 6.411078,-2.57326795522388 6.02830755223881,-4.35953004477612 2.40474731343284,-5.48232335820895 1.46058020895522,-2.93052037313433 - 2 - - - - - 0.592967194029851,-0.17457314925373 2.63440958208955,0.284751388059703 2.37922928358209,-1.3739205522388 1.58817035820896,-2.06290735820895 0.592967194029851,-0.17457314925373 - 3 - - - 0.210196746268657,2.19860362686567 0.720557343283582,4.0359017761194 1.15436385074627,1.02477425373134 0.439859014925373,1.05029228358209 0.210196746268657,2.19860362686567 + 0.210196746268657,2.19860362686567 0.439859014925373,1.05029228358209 1.15436385074627,1.02477425373134 0.720557343283582,4.0359017761194 0.210196746268657,2.19860362686567 4 - 0.80194134384858,7.16399364353312 5.26276665671642,6.74081294029851 5.20295625867508,4.2839177066246 0.672499728706625,4.76932376340694 0.80194134384858,7.163993643533126.30900588059701,4.21452798507463 8.24837614925373,7.04702929850746 8.96288098507463,4.26556404477612 8.4525203880597,1.81583317910448 6.00278952238806,2.60689210447761 6.30900588059701,4.21452798507463 + 0.80194134384858,7.16399364353312 0.672499728706625,4.76932376340694 5.20295625867508,4.2839177066246 5.26276665671642,6.74081294029851 0.80194134384858,7.163993643533126.30900588059701,4.21452798507463 6.00278952238806,2.60689210447761 8.4525203880597,1.81583317910448 8.96288098507463,4.26556404477612 8.24837614925373,7.04702929850746 6.30900588059701,4.214527985074633.96134713432836,1.68824302985075 3.93582910447761,-1.14425828358209 8.27389417910448,-1.50151070149254 8.120786,0.64200380597015 3.96134713432836,1.68824302985075 1 + + + 1.69024247761194,3.0406986119403 1.9454227761194,1.48409879104478 3.47650456716418,2.47930195522388 3.45098653731343,3.52554117910448 1.69024247761194,3.04069861194031.46058020895522,-2.93052037313433 2.40474731343284,-5.48232335820895 6.02830755223881,-4.35953004477612 6.411078,-2.57326795522388 1.46058020895522,-2.93052037313433 + 2 + + + + + 0.592967194029851,-0.17457314925373 1.58817035820896,-2.06290735820895 2.37922928358209,-1.3739205522388 2.63440958208955,0.284751388059703 0.592967194029851,-0.17457314925373 + 3 + + diff --git a/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml old mode 100755 new mode 100644 diff --git a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml old mode 100755 new mode 100644 index 19fc13d1c3b..24a0597766d --- a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml @@ -2250,7 +2250,7 @@ tests: type: vector - algorithm: qgis:singlepartstomultipart - name: single part to multipart (with NULL values) + name: single part to multipart params: FIELD: id INPUT: @@ -2554,4 +2554,4 @@ tests: results: OUTPUT_LAYER: name: expected/selected_points.gml - type: vector + type: vector \ No newline at end of file