Skip to content

Commit

Permalink
Indentation 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 6, 2018
1 parent ad7506e commit 0f2a520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -423,7 +423,6 @@ def testGeopackageLargeFID(self):
self.assertTrue(vl.deleteFeature(1234567890123))
self.assertTrue(vl.commitChanges())


def testSubSetStringEditable_bug17795(self):
"""Test that a layer is not editable after setting a subset and it's reverted to editable after the filter is removed"""

Expand All @@ -444,5 +443,6 @@ def testSubSetStringEditable_bug17795(self):
self.assertTrue(vl.isValid())
self.assertFalse(vl.dataProvider().capabilities() & isEditable)


if __name__ == '__main__':
unittest.main()
1 change: 0 additions & 1 deletion tests/src/python/test_provider_shapefile.py
Expand Up @@ -481,7 +481,6 @@ def testRepackAtFirstSave(self):
self.assertTrue(ds.GetLayer(0).GetFeatureCount(), original_feature_count - 1)
ds = None


def testSubSetStringEditable_bug17795(self):
"""Test that a layer is not editable after setting a subset and it's reverted to editable after the filter is removed"""

Expand Down

0 comments on commit 0f2a520

Please sign in to comment.