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 03a1990 commit 80092b7
Show file tree
Hide file tree
Showing 3 changed files with 4,457 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -201,7 +201,7 @@ def setUp(self):
if k in os.environ:
del os.environ[k]

self.projectPath = os.path.join(self.testdata_path, "project.qgs")
self.projectPath = os.path.join(self.testdata_path, "project_grp.qgs")
self.assertTrue(os.path.isfile(self.projectPath), 'Could not find project file "{}"'.format(self.projectPath))

def tearDown(self):
Expand Down

0 comments on commit 80092b7

Please sign in to comment.