Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update testdata with layers' names
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent f9eba37 commit 5ef1139
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions tests/testdata/qgis_server/wms_getfeatureinfo_alias_json.txt
@@ -1,7 +1,9 @@
*****
Content-Type: application/json; charset=utf-8

{ "type": "FeatureCollection",
{"layers":[{
"name": "fields_alias",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
Expand All @@ -13,4 +15,4 @@ Content-Type: application/json; charset=utf-8
"utf8nameè":"three èé↓"
}
}
]}
]}]}
@@ -1,7 +1,9 @@
*****
Content-Type: application/json; charset=utf-8

{ "type": "FeatureCollection",
{"layers":[{
"name": "exclude_attribute",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
Expand All @@ -12,4 +14,4 @@ Content-Type: application/json; charset=utf-8
"utf8nameè":"three èé↓"
}
}
]}
]}]}
@@ -1,7 +1,9 @@
*****
Content-Type: application/json; charset=utf-8

{ "type": "FeatureCollection",
{"layers":[{
"name": "testlayer èé",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
Expand All @@ -14,4 +16,4 @@ Content-Type: application/json; charset=utf-8
"utf8nameè":"three èé↓"
}
}
]}
]}]}
6 changes: 4 additions & 2 deletions tests/testdata/qgis_server/wms_getfeatureinfo_json.txt
@@ -1,7 +1,9 @@
*****
Content-Type: application/json; charset=utf-8

{ "type": "FeatureCollection",
{"layers":[{
"name": "testlayer èé",
"type": "FeatureCollection",
"features":[
{
"type":"Feature",
Expand All @@ -13,4 +15,4 @@ Content-Type: application/json; charset=utf-8
"utf8nameè":"three èé↓"
}
}
]}
]}]}

0 comments on commit 5ef1139

Please sign in to comment.