Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 9, 2018
1 parent f623f57 commit 6c496f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -209,6 +209,10 @@ def tearDown(self):

# # WMS # # WMS # # WMS # #

def test_tested(self):
self.assertTrue(True)
self.assertTrue(False)

def test_wms_getcapabilities(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
Expand Down Expand Up @@ -896,7 +900,6 @@ def test_wfs_getfeature_country(self):

# # WCS # # WCS # # WCS # #


def test_wcs_getcapabilities(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
Expand Down Expand Up @@ -1016,7 +1019,6 @@ def test_wcs_getcoverage(self):

# # WFS/Transactions # #


def test_wfstransaction_insert(self):
data = WFS_TRANSACTION_INSERT.format(x=1000, y=2000, name="test", color="{color}", xml_ns=XML_NS)
self._test_colors({1: "blue"})
Expand Down

0 comments on commit 6c496f2

Please sign in to comment.