Skip to content

Commit f804f0b

Browse files
committedOct 13, 2017
[auth] Port to QGIS3 and re-enable python test for QGIS auth system
1 parent 25cd27a commit f804f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ADD_PYTHON_TEST(PyQgsAtlasComposition test_qgsatlascomposition.py)
1616
ADD_PYTHON_TEST(PyQgsAttributeFormEditorWidget test_qgsattributeformeditorwidget.py)
1717
ADD_PYTHON_TEST(PyQgsAttributeTableConfig test_qgsattributetableconfig.py)
1818
ADD_PYTHON_TEST(PyQgsAttributeTableModel test_qgsattributetablemodel.py)
19-
#ADD_PYTHON_TEST(PyQgsAuthenticationSystem test_qgsauthsystem.py)
19+
ADD_PYTHON_TEST(PyQgsAuthenticationSystem test_qgsauthsystem.py)
2020
ADD_PYTHON_TEST(PyQgsBearingUtils test_qgsbearingutils.py)
2121
ADD_PYTHON_TEST(PyQgsBlendModes test_qgsblendmodes.py)
2222
ADD_PYTHON_TEST(PyQgsBox3d test_qgsbox3d.py)

0 commit comments

Comments
 (0)
Please sign in to comment.