Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GetCapabilities tests with new json format
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent c55cbd2 commit 3c8d5eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testdata/qgis_server/getcapabilities.txt
Expand Up @@ -54,6 +54,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down
2 changes: 2 additions & 0 deletions tests/testdata/qgis_server/getcapabilities_inspire.txt
Expand Up @@ -55,6 +55,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down
2 changes: 2 additions & 0 deletions tests/testdata/qgis_server/getprojectsettings.txt
Expand Up @@ -54,6 +54,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down
2 changes: 2 additions & 0 deletions tests/testdata/qgis_server/wms_getcapabilities_1_1_1.txt
Expand Up @@ -55,6 +55,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down
Expand Up @@ -45,6 +45,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down
Expand Up @@ -47,6 +47,8 @@ Content-Type: text/xml; charset=utf-8
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<Format>application/json</Format>
<Format>application/geo+json</Format>
<DCPType>
<HTTP>
<Get>
Expand Down

0 comments on commit 3c8d5eb

Please sign in to comment.