Skip to content

Commit b3323f3

Browse files
committedMay 28, 2015
Partially fix broken server labeling test
1 parent effbfcd commit b3323f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/src/python/test_qgspallabeling_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ def setUpClass(cls):
5555
TestQgsPalLabeling.setUpClass()
5656
MAPSERV.startup()
5757
MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qml'))
58+
MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qgs'))
5859

5960
# noinspection PyArgumentList
6061
cls._TestProj = QgsProject.instance()
61-
cls._TestProjName = 'pal_test.qgs'
62+
cls._TestProjName = 'test-labeling.qgs'
6263
cls._TestProj.setFileName(
6364
os.path.join(MAPSERV.web_dir(), cls._TestProjName))
6465

0 commit comments

Comments
 (0)
Please sign in to comment.