Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Partially fix broken server labeling test
  • Loading branch information
nyalldawson committed May 28, 2015
1 parent effbfcd commit b3323f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/python/test_qgspallabeling_server.py
Expand Up @@ -55,10 +55,11 @@ def setUpClass(cls):
TestQgsPalLabeling.setUpClass()
MAPSERV.startup()
MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qml'))
MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qgs'))

# noinspection PyArgumentList
cls._TestProj = QgsProject.instance()
cls._TestProjName = 'pal_test.qgs'
cls._TestProjName = 'test-labeling.qgs'
cls._TestProj.setFileName(
os.path.join(MAPSERV.web_dir(), cls._TestProjName))

Expand Down

0 comments on commit b3323f3

Please sign in to comment.