Skip to content

Commit 2a7f23f

Browse files
committedNov 10, 2017
Update tests
1 parent edf9755 commit 2a7f23f

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed
 

‎tests/src/python/test_qgsserver_wms.py

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,6 @@ def test_wms_getprint_basic(self):
11891189
"FORMAT": "png",
11901190
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
11911191
"map0:LAYERS": "Country,Hello",
1192-
"HEIGHT": "500",
1193-
"WIDTH": "500",
11941192
"CRS": "EPSG:3857"
11951193
}.items())])
11961194

@@ -1206,8 +1204,6 @@ def test_wms_getprint_basic(self):
12061204
"FORMAT": "png",
12071205
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
12081206
"LAYERS": "Country,Hello",
1209-
"HEIGHT": "500",
1210-
"WIDTH": "500",
12111207
"CRS": "EPSG:3857"
12121208
}.items())])
12131209

@@ -1224,8 +1220,6 @@ def test_wms_getprint_basic(self):
12241220
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
12251221
"map0:LAYERS": "Country,Hello",
12261222
"LAYERS": "Country,Hello",
1227-
"HEIGHT": "500",
1228-
"WIDTH": "500",
12291223
"CRS": "EPSG:3857"
12301224
}.items())])
12311225

@@ -1243,8 +1237,6 @@ def test_wms_getprint_style(self):
12431237
"FORMAT": "png",
12441238
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
12451239
"map0:LAYERS": "Country_Labels",
1246-
"HEIGHT": "500",
1247-
"WIDTH": "500",
12481240
"CRS": "EPSG:3857"
12491241
}.items())])
12501242

@@ -1263,8 +1255,6 @@ def test_wms_getprint_style(self):
12631255
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
12641256
"map0:LAYERS": "Country_Labels",
12651257
"map0:STYLES": "custom",
1266-
"HEIGHT": "500",
1267-
"WIDTH": "500",
12681258
"CRS": "EPSG:3857"
12691259
}.items())])
12701260

@@ -1281,8 +1271,6 @@ def test_wms_getprint_style(self):
12811271
"FORMAT": "png",
12821272
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
12831273
"LAYERS": "Country_Labels",
1284-
"HEIGHT": "500",
1285-
"WIDTH": "500",
12861274
"CRS": "EPSG:3857"
12871275
}.items())])
12881276

@@ -1300,8 +1288,6 @@ def test_wms_getprint_style(self):
13001288
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
13011289
"LAYERS": "Country_Labels",
13021290
"STYLES": "custom",
1303-
"HEIGHT": "500",
1304-
"WIDTH": "500",
13051291
"CRS": "EPSG:3857"
13061292
}.items())])
13071293

@@ -1319,8 +1305,6 @@ def test_wms_getprint_style(self):
13191305
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
13201306
"map0:LAYERS": "Country_Labels",
13211307
"LAYERS": "Country_Labels",
1322-
"HEIGHT": "500",
1323-
"WIDTH": "500",
13241308
"CRS": "EPSG:3857"
13251309
}.items())])
13261310

@@ -1339,8 +1323,6 @@ def test_wms_getprint_style(self):
13391323
"map0:LAYERS": "Country_Labels",
13401324
"map0:STYLES": "custom",
13411325
"LAYERS": "Country_Labels",
1342-
"HEIGHT": "500",
1343-
"WIDTH": "500",
13441326
"CRS": "EPSG:3857"
13451327
}.items())])
13461328

@@ -1357,8 +1339,6 @@ def test_wms_getprint_legend(self):
13571339
"FORMAT": "png",
13581340
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
13591341
"map0:LAYERS": "Country,Hello",
1360-
"HEIGHT": "500",
1361-
"WIDTH": "500",
13621342
"CRS": "EPSG:3857"
13631343
}.items())])
13641344

@@ -1375,8 +1355,6 @@ def test_wms_getprint_srs(self):
13751355
"FORMAT": "png",
13761356
"map0:EXTENT": "-309.015,-133.011,312.179,133.949",
13771357
"map0:LAYERS": "Country,Hello",
1378-
"HEIGHT": "500",
1379-
"WIDTH": "500",
13801358
"CRS": "EPSG:4326"
13811359
}.items())])
13821360

@@ -1394,8 +1372,6 @@ def test_wms_getprint_scale(self):
13941372
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
13951373
"map0:LAYERS": "Country,Hello",
13961374
"map0:SCALE": "36293562",
1397-
"HEIGHT": "500",
1398-
"WIDTH": "500",
13991375
"CRS": "EPSG:3857"
14001376
}.items())])
14011377

@@ -1414,8 +1390,6 @@ def test_wms_getprint_grid(self):
14141390
"map0:LAYERS": "Country,Hello",
14151391
"map0:GRID_INTERVAL_X": "1000000",
14161392
"map0:GRID_INTERVAL_Y": "2000000",
1417-
"HEIGHT": "500",
1418-
"WIDTH": "500",
14191393
"CRS": "EPSG:3857"
14201394
}.items())])
14211395

@@ -1433,8 +1407,6 @@ def test_wms_getprint_rotation(self):
14331407
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
14341408
"map0:LAYERS": "Country,Hello",
14351409
"map0:ROTATION": "45",
1436-
"HEIGHT": "500",
1437-
"WIDTH": "500",
14381410
"CRS": "EPSG:3857"
14391411
}.items())])
14401412

@@ -1451,8 +1423,6 @@ def test_wms_getprint_selection(self):
14511423
"FORMAT": "png",
14521424
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
14531425
"map0:LAYERS": "Country,Hello",
1454-
"HEIGHT": "500",
1455-
"WIDTH": "500",
14561426
"CRS": "EPSG:3857",
14571427
"SELECTION": "Country: 4"
14581428
}.items())])
@@ -1470,8 +1440,6 @@ def test_wms_getprint_opacity(self):
14701440
"FORMAT": "png",
14711441
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
14721442
"map0:LAYERS": "Country,Hello",
1473-
"HEIGHT": "500",
1474-
"WIDTH": "500",
14751443
"CRS": "EPSG:3857",
14761444
"SELECTION": "Country: 4",
14771445
"LAYERS": "Country,Hello",
@@ -1490,8 +1458,6 @@ def test_wms_getprint_opacity(self):
14901458
"FORMAT": "png",
14911459
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
14921460
"map0:LAYERS": "Country,Hello",
1493-
"HEIGHT": "500",
1494-
"WIDTH": "500",
14951461
"CRS": "EPSG:3857",
14961462
"SELECTION": "Country: 4",
14971463
"LAYERS": "Country,Hello",
@@ -1519,8 +1485,6 @@ def test_wms_getprint_highlight(self):
15191485
"map0:HIGHLIGHT_LABELCOLOR": "%2300FF0000",
15201486
"map0:HIGHLIGHT_LABELBUFFERCOLOR": "%232300FF00",
15211487
"map0:HIGHLIGHT_LABELBUFFERSIZE": "1.5",
1522-
"HEIGHT": "500",
1523-
"WIDTH": "500",
15241488
"CRS": "EPSG:3857"
15251489
}.items())])
15261490

@@ -1538,8 +1502,6 @@ def test_wms_getprint_label(self):
15381502
"FORMAT": "png",
15391503
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
15401504
"map0:LAYERS": "Country,Hello",
1541-
"HEIGHT": "500",
1542-
"WIDTH": "500",
15431505
"CRS": "EPSG:3857",
15441506
"IDTEXTBOX": "Updated QGIS composer label"
15451507
}.items())])
@@ -1556,8 +1518,6 @@ def test_wms_getprint_label(self):
15561518
"FORMAT": "png",
15571519
"map0:EXTENT": "-33626185.498,-13032965.185,33978427.737,16020257.031",
15581520
"map0:LAYERS": "Country,Hello",
1559-
"HEIGHT": "500",
1560-
"WIDTH": "500",
15611521
"CRS": "EPSG:3857",
15621522
"IDTEXTBOX": ""
15631523
}.items())])

0 commit comments

Comments
 (0)