File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ ADD_PYTHON_TEST(PyQgsSourceSelectProvider test_qgssourceselectprovider.py)
195
195
ADD_PYTHON_TEST (PyQgsAuthManagerProxy test_authmanager_proxy.py )
196
196
ADD_PYTHON_TEST (PyQgsAuthSettingsWidget test_authsettingswidget.py )
197
197
ADD_PYTHON_TEST (PyQgsAuxiliaryStorage test_qgsauxiliarystorage.py )
198
+ ADD_PYTHON_TEST (PyQgsAuthManagerOgr test_authmanager_ogr.py )
198
199
199
200
IF (NOT WIN32 )
200
201
ADD_PYTHON_TEST (PyQgsLogger test_qgslogger.py )
Original file line number Diff line number Diff line change 2
2
"""
3
3
Tests for auth manager Basic Auth OGR connection credentials injection
4
4
5
- From build dir, run: ctest -R PyQgsAuthManagerOgrTest -V
5
+ From build dir, run: ctest -R PyQgsAuthManagerOgr -V
6
6
7
7
.. note:: This program is free software; you can redistribute it and/or modify
8
8
it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments