Unskip test_wms_getprint_srs (GetPrint has been refactored since)

This commit is contained in:
Blottiere Paul 2017-10-19 14:23:47 +01:00
parent e90f601a15
commit 3c18232c34

View File

@ -1286,7 +1286,6 @@ class TestQgsServerWMS(QgsServerTestBase):
r, h = self._result(self._execute_request(qs))
self._img_diff_error(r, h, "WMS_GetPrint_Legend")
@unittest.skip('Randomly failing to draw the map layer')
def test_wms_getprint_srs(self):
qs = "?" + "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),