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 428ca7b commit d35bd4aCopy full SHA for d35bd4a
tests/src/python/test_qgsserver_security.py
@@ -235,9 +235,9 @@ def test_wms_getfeatureinfo_filter_whitelist(self):
235
self.assertTrue(self.check_service_exception_report(d))
236
237
# comments
238
- filter_sql = "point:\"name\" = 'a' #"
239
- d, h = self.handle_request_wms_getfeatureinfo(filter_sql)
240
- self.assertTrue(self.check_service_exception_report(d))
+ #filter_sql = "point:\"name\" = 'a' #"
+ #d, h = self.handle_request_wms_getfeatureinfo(filter_sql)
+ #self.assertTrue(self.check_service_exception_report(d))
241
242
filter_sql = "point:\"name\" = 'a' -"
243
d, h = self.handle_request_wms_getfeatureinfo(filter_sql)
0 commit comments