Skip to content

Commit

Permalink
Add test_qgsproviderconnection_hana.py via ADD_PYTHON_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Rylov authored and mrylov committed Dec 7, 2020
1 parent a595a42 commit 778433e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/src/python/CMakeLists.txt
Expand Up @@ -384,6 +384,7 @@ if (WITH_SERVER)
=======
IF (ENABLE_HANATEST)
ADD_PYTHON_TEST(PyQgsHanaProvider test_provider_hana.py)
ADD_PYTHON_TEST(PyQgsProviderConnectionHana test_qgsproviderconnection_hana.py)
ENDIF (ENABLE_HANATEST)

IF (WITH_SERVER)
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsproviderconnection_hana.py
Expand Up @@ -24,7 +24,7 @@
from test_hana_utils import QgsHanaProviderUtils


class TestPyQgsHanaProviderConnection(unittest.TestCase, TestPyQgsProviderConnectionBase):
class TestPyQgsProviderConnectionHana(unittest.TestCase, TestPyQgsProviderConnectionBase):
# Provider test cases must define the string URI for the test
uri = ''
# Provider test cases must define the provider name (e.g. "hana" or "ogr")
Expand Down

0 comments on commit 778433e

Please sign in to comment.