Skip to content

Commit f1ea783

Browse files
committedSep 18, 2018
Update unit test
1 parent 1e5c525 commit f1ea783

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎tests/testdata/qgis_server/wfs_getcapabilities.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,27 +82,27 @@ Content-Type: text/xml; charset=utf-8
8282
</ows:OperationsMetadata>
8383
<FeatureTypeList>
8484
<Operations>
85-
<Query/>
85+
<Operation>Query</Operation>
8686
</Operations>
8787
<FeatureType>
8888
<Name>testlayer</Name>
8989
<Title>A test vector layer</Title>
9090
<Abstract>A test vector layer with unicode òà</Abstract>
9191
<DefaultSRS>EPSG:4326</DefaultSRS>
9292
<OtherSRS>EPSG:3857</OtherSRS>
93+
<Operations>
94+
<Operation>Query</Operation>
95+
<Operation>Insert</Operation>
96+
<Operation>Update</Operation>
97+
<Operation>Delete</Operation>
98+
</Operations>
9399
<OutputFormats>
94100
<Format>text/xml; subtype=gml/3.1.1</Format>
95101
</OutputFormats>
96102
<ows:WGS84BoundingBox dimensions="2">
97103
<ows:LowerCorner>8.20346 44.9014</ows:LowerCorner>
98104
<ows:UpperCorner>8.20355 44.9015</ows:UpperCorner>
99105
</ows:WGS84BoundingBox>
100-
<Operations>
101-
<Query/>
102-
<Insert/>
103-
<Update/>
104-
<Delete/>
105-
</Operations>
106106
</FeatureType>
107107
</FeatureTypeList>
108108
<ogc:Filter_Capabilities>

0 commit comments

Comments
 (0)
Please sign in to comment.