Skip to content

Commit 38e13e0

Browse files
committedNov 4, 2014
Fix app startup test
1 parent 156a0fa commit 38e13e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/python/test_qgsappstartup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def testPluginPath(self):
132132
testDir=testDir,
133133
testFile="plugin_started.txt",
134134
timeOut=10,
135+
loadPlugins=True,
135136
env={'QGIS_PLUGINPATH':
136137
str(QtCore.QString(testDir).toLocal8Bit())})
137138

0 commit comments

Comments
 (0)
Please sign in to comment.