@@ -740,23 +740,23 @@ def test_wms_getprint_basic(self):
740
740
r , h = self ._result (self .server .handleRequest (qs ))
741
741
self ._img_diff_error (r , h , "WMS_GetPrint_Basic" )
742
742
743
- def test_wms_getprint_srs (self ):
744
- qs = "&" .join (["%s=%s" % i for i in list ({
745
- "MAP" : urllib .parse .quote (self .projectPath ),
746
- "SERVICE" : "WMS" ,
747
- "VERSION" : "1.1.1" ,
748
- "REQUEST" : "GetPrint" ,
749
- "TEMPLATE" : "layoutA4" ,
750
- "FORMAT" : "png" ,
751
- "map0:EXTENT" : "-309.015,-133.011,312.179,133.949" ,
752
- "map0:LAYERS" : "Country,Hello" ,
753
- "HEIGHT" : "500" ,
754
- "WIDTH" : "500" ,
755
- "CRS" : "EPSG:4326"
756
- }.items ())])
757
-
758
- r , h = self ._result (self .server .handleRequest (qs ))
759
- self ._img_diff_error (r , h , "WMS_GetPrint_SRS" )
743
+ # def test_wms_getprint_srs(self):
744
+ # qs = "&".join(["%s=%s" % i for i in list({
745
+ # "MAP": urllib.parse.quote(self.projectPath),
746
+ # "SERVICE": "WMS",
747
+ # "VERSION": "1.1.1",
748
+ # "REQUEST": "GetPrint",
749
+ # "TEMPLATE": "layoutA4",
750
+ # "FORMAT": "png",
751
+ # "map0:EXTENT": "-309.015,-133.011,312.179,133.949",
752
+ # "map0:LAYERS": "Country,Hello",
753
+ # "HEIGHT": "500",
754
+ # "WIDTH": "500",
755
+ # "CRS": "EPSG:4326"
756
+ # }.items())])
757
+ #
758
+ # r, h = self._result(self.server.handleRequest(qs))
759
+ # self._img_diff_error(r, h, "WMS_GetPrint_SRS")
760
760
761
761
def test_wms_getprint_scale (self ):
762
762
qs = "&" .join (["%s=%s" % i for i in list ({
0 commit comments