Navigation Menu

Skip to content

Commit

Permalink
[Server] Update QgsServer WFST test by adding wfs feature count verif…
Browse files Browse the repository at this point in the history
…ying after added
  • Loading branch information
rldhont committed Apr 9, 2017
1 parent cd506aa commit 3be1bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsserver_wfst.py
Expand Up @@ -183,6 +183,7 @@ def _checkAddFeatures(self, wfs_layer, layer, features):
layer = self._getLayer(layer.name())
self.assertTrue(layer.isValid())
self.assertEqual(layer.featureCount(), len(features))
self.assertEqual(wfs_layer.dataProvider().featureCount(), len(features))

def _checkUpdateFeatures(self, wfs_layer, old_features, new_features):
"""
Expand Down

0 comments on commit 3be1bbd

Please sign in to comment.