Skip to content

Commit

Permalink
Remove test case on not existent view
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Feb 2, 2020
1 parent 4362c28 commit 6d7072a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsproviderconnection_postgres.py
Expand Up @@ -214,7 +214,6 @@ def test_pk_cols_order(self):
md = QgsProviderRegistry.instance().providerMetadata(self.providerKey)
conn = md.createConnection(self.uri, {})
self.assertEqual(conn.table('qgis_test', 'bikes_view').primaryKeyColumns(), ['pk', 'name'])
self.assertEqual(conn.table('qgis_test', 'somedataview').primaryKeyColumns(), ['pk', 'cnt', 'name', 'name2', 'num_char', 'geom'])
self.assertEqual(conn.table('qgis_test', 'some_poly_data_view').primaryKeyColumns(), ['pk', 'geom'])


Expand Down

0 comments on commit 6d7072a

Please sign in to comment.