We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effbfcd commit b3323f3Copy full SHA for b3323f3
tests/src/python/test_qgspallabeling_server.py
@@ -55,10 +55,11 @@ def setUpClass(cls):
55
TestQgsPalLabeling.setUpClass()
56
MAPSERV.startup()
57
MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qml'))
58
+ MAPSERV.web_dir_install(glob.glob(cls._PalDataDir + os.sep + '*.qgs'))
59
60
# noinspection PyArgumentList
61
cls._TestProj = QgsProject.instance()
- cls._TestProjName = 'pal_test.qgs'
62
+ cls._TestProjName = 'test-labeling.qgs'
63
cls._TestProj.setFileName(
64
os.path.join(MAPSERV.web_dir(), cls._TestProjName))
65
0 commit comments