Skip to content

Commit 72af1a0

Browse files
committedNov 16, 2017
[auth][ogr] Add missing PyQGIS auth manager OGR test
1 parent 1a17b90 commit 72af1a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎tests/src/python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ ADD_PYTHON_TEST(PyQgsSourceSelectProvider test_qgssourceselectprovider.py)
195195
ADD_PYTHON_TEST(PyQgsAuthManagerProxy test_authmanager_proxy.py)
196196
ADD_PYTHON_TEST(PyQgsAuthSettingsWidget test_authsettingswidget.py)
197197
ADD_PYTHON_TEST(PyQgsAuxiliaryStorage test_qgsauxiliarystorage.py)
198+
ADD_PYTHON_TEST(PyQgsAuthManagerOgr test_authmanager_ogr.py)
198199

199200
IF (NOT WIN32)
200201
ADD_PYTHON_TEST(PyQgsLogger test_qgslogger.py)

‎tests/src/python/test_authmanager_ogr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Tests for auth manager Basic Auth OGR connection credentials injection
44
5-
From build dir, run: ctest -R PyQgsAuthManagerOgrTest -V
5+
From build dir, run: ctest -R PyQgsAuthManagerOgr -V
66
77
.. note:: This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)
Please sign in to comment.