We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 944f6ce commit ac3d8f5Copy full SHA for ac3d8f5
tests/src/python/test_qgsserver.py
@@ -20,7 +20,7 @@
20
from utilities import unitTestDataPath
21
22
# Strip path and content lenght because path may vary
23
-RE_STRIP_PATH=r'MAP=[^&]+|Content-Length: \d+'
+RE_STRIP_PATH=r'MAP=[^&]+(&)*|Content-Length: \d+'
24
25
26
class TestQgsServer(unittest.TestCase):
@@ -75,7 +75,7 @@ def test_pluginfilters(self):
75
except ImportError:
76
print "QGIS Server plugins are not compiled. Skipping test"
77
return
78
-
+
79
class SimpleHelloFilter(QgsServerFilter):
80
def requestReady(self):
81
QgsMessageLog.logMessage("SimpleHelloFilter.requestReady")
0 commit comments