Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update unit test
  • Loading branch information
pblottiere committed Sep 18, 2018
1 parent 1e5c525 commit f1ea783
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/testdata/qgis_server/wfs_getcapabilities.txt
Expand Up @@ -82,27 +82,27 @@ Content-Type: text/xml; charset=utf-8
</ows:OperationsMetadata>
<FeatureTypeList>
<Operations>
<Query/>
<Operation>Query</Operation>
</Operations>
<FeatureType>
<Name>testlayer</Name>
<Title>A test vector layer</Title>
<Abstract>A test vector layer with unicode òà</Abstract>
<DefaultSRS>EPSG:4326</DefaultSRS>
<OtherSRS>EPSG:3857</OtherSRS>
<Operations>
<Operation>Query</Operation>
<Operation>Insert</Operation>
<Operation>Update</Operation>
<Operation>Delete</Operation>
</Operations>
<OutputFormats>
<Format>text/xml; subtype=gml/3.1.1</Format>
</OutputFormats>
<ows:WGS84BoundingBox dimensions="2">
<ows:LowerCorner>8.20346 44.9014</ows:LowerCorner>
<ows:UpperCorner>8.20355 44.9015</ows:UpperCorner>
</ows:WGS84BoundingBox>
<Operations>
<Query/>
<Insert/>
<Update/>
<Delete/>
</Operations>
</FeatureType>
</FeatureTypeList>
<ogc:Filter_Capabilities>
Expand Down

0 comments on commit f1ea783

Please sign in to comment.