Skip to content

Commit d237e27

Browse files
committedNov 15, 2016
Followup 29d33b4
1 parent 29d33b4 commit d237e27

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
 

‎python/plugins/processing/tests/testdata/expected/polys_to_lines.gfs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<GMLFeatureClass>
33
<Name>polys_to_lines</Name>
44
<ElementPath>polys_to_lines</ElementPath>
5+
<!--LINESTRING-->
56
<GeometryType>2</GeometryType>
67
<SRSName>EPSG:4326</SRSName>
78
<DatasetSpecificInfo>
8-
<FeatureCount>4</FeatureCount>
9+
<FeatureCount>5</FeatureCount>
910
<ExtentXMin>0.00000</ExtentXMin>
1011
<ExtentXMax>9.00000</ExtentXMax>
1112
<ExtentYMin>-1.00000</ExtentYMin>

‎python/plugins/processing/tests/testdata/expected/polys_to_lines.gml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
</ogr:polys_to_lines>
2626
</gml:featureMember>
2727
<gml:featureMember>
28-
<ogr:polys_to_lines fid="multipolys.1">
28+
<ogr:polys_to_lines fid="multipolys.2">
2929
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>7,6 7,5 7,4 8,4 9,5 9,6 7,6</gml:coordinates></gml:LineString></ogr:geometryProperty>
3030
</ogr:polys_to_lines>
3131
</gml:featureMember>
3232
<gml:featureMember>
33-
<ogr:polys_to_lines fid="multipolys.2">
33+
<ogr:polys_to_lines fid="multipolys.3">
3434
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>0,0 0,1 1,1 1,0 0,0</gml:coordinates></gml:LineString></ogr:geometryProperty>
3535
<ogr:Bname>Test</ogr:Bname>
3636
<ogr:Bintval>2</ogr:Bintval>
3737
<ogr:Bfloatval>-0.123</ogr:Bfloatval>
3838
</ogr:polys_to_lines>
3939
</gml:featureMember>
4040
<gml:featureMember>
41-
<ogr:polys_to_lines fid="multipolys.3">
41+
<ogr:polys_to_lines fid="multipolys.4">
4242
<ogr:Bname>Test</ogr:Bname>
4343
<ogr:Bintval>3</ogr:Bintval>
4444
<ogr:Bfloatval>0</ogr:Bfloatval>

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ tests:
148148
OUTPUT:
149149
name: expected/polys_to_lines.gml
150150
type: vector
151+
compare:
152+
fields:
153+
fid: skip
151154

152155
- algorithm: qgis:basicstatisticsfornumericfields
153156
name: Basic statistics for numeric fields

0 commit comments

Comments
 (0)
Please sign in to comment.