Skip to content

Commit 05f426e

Browse files
committed
Remove orig_ogc_fid fields from server filter tests
1 parent e6e54de commit 05f426e

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

tests/testdata/qgis_server/wms_getfeatureinfo_filter.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Content-Type: text/xml; charset=utf-8
88
<Attribute value="2" name="id"/>
99
<Attribute value="two" name="name"/>
1010
<Attribute value="two àò" name="utf8nameè"/>
11-
<Attribute value="1" name="orig_ogc_fid"/>
1211
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
1312
</Feature>
1413
</Layer>

tests/testdata/qgis_server/wms_getfeatureinfo_filter_no_width.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Content-Type: text/xml; charset=utf-8
88
<Attribute value="2" name="id"/>
99
<Attribute value="two" name="name"/>
1010
<Attribute value="two àò" name="utf8nameè"/>
11-
<Attribute value="1" name="orig_ogc_fid"/>
1211
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
1312
</Feature>
1413
</Layer>

tests/testdata/qgis_server/wms_getfeatureinfo_filter_or.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ Content-Type: text/xml; charset=utf-8
88
<Attribute value="2" name="id"/>
99
<Attribute value="two" name="name"/>
1010
<Attribute value="two àò" name="utf8nameè"/>
11-
<Attribute value="1" name="orig_ogc_fid"/>
1211
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
1312
</Feature>
1413
<Feature id="2">
1514
<Attribute value="3" name="id"/>
1615
<Attribute value="three" name="name"/>
1716
<Attribute value="three èé↓" name="utf8nameè"/>
18-
<Attribute value="2" name="orig_ogc_fid"/>
1917
<BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/>
2018
</Feature>
2119
</Layer>

tests/testdata/qgis_server/wms_getfeatureinfo_filter_or_utf8.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ Content-Type: text/xml; charset=utf-8
88
<Attribute value="2" name="id"/>
99
<Attribute value="two" name="name"/>
1010
<Attribute value="two àò" name="utf8nameè"/>
11-
<Attribute value="1" name="orig_ogc_fid"/>
1211
<BoundingBox maxy="5606017.8743" maxx="913214.6741" miny="5606017.8743" CRS="EPSG:3857" minx="913214.6741"/>
1312
</Feature>
1413
<Feature id="2">
1514
<Attribute value="3" name="id"/>
1615
<Attribute value="three" name="name"/>
1716
<Attribute value="three èé↓" name="utf8nameè"/>
18-
<Attribute value="2" name="orig_ogc_fid"/>
1917
<BoundingBox maxy="5606011.4565" maxx="913204.9128" miny="5606011.4565" CRS="EPSG:3857" minx="913204.9128"/>
2018
</Feature>
2119
</Layer>

0 commit comments

Comments
 (0)