From 72af1a00da96dbb495c568d74ebe4b4ed35b0b0f Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Wed, 15 Nov 2017 19:30:03 -0700 Subject: [PATCH] [auth][ogr] Add missing PyQGIS auth manager OGR test --- tests/src/python/CMakeLists.txt | 1 + tests/src/python/test_authmanager_ogr.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/python/CMakeLists.txt b/tests/src/python/CMakeLists.txt index 2e5cb29b067..de2b384f780 100644 --- a/tests/src/python/CMakeLists.txt +++ b/tests/src/python/CMakeLists.txt @@ -195,6 +195,7 @@ ADD_PYTHON_TEST(PyQgsSourceSelectProvider test_qgssourceselectprovider.py) ADD_PYTHON_TEST(PyQgsAuthManagerProxy test_authmanager_proxy.py) ADD_PYTHON_TEST(PyQgsAuthSettingsWidget test_authsettingswidget.py) ADD_PYTHON_TEST(PyQgsAuxiliaryStorage test_qgsauxiliarystorage.py) +ADD_PYTHON_TEST(PyQgsAuthManagerOgr test_authmanager_ogr.py) IF (NOT WIN32) ADD_PYTHON_TEST(PyQgsLogger test_qgslogger.py) diff --git a/tests/src/python/test_authmanager_ogr.py b/tests/src/python/test_authmanager_ogr.py index 168b4f00afc..436e8fa1084 100644 --- a/tests/src/python/test_authmanager_ogr.py +++ b/tests/src/python/test_authmanager_ogr.py @@ -2,7 +2,7 @@ """ Tests for auth manager Basic Auth OGR connection credentials injection -From build dir, run: ctest -R PyQgsAuthManagerOgrTest -V +From build dir, run: ctest -R PyQgsAuthManagerOgr -V .. note:: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by