File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -794,11 +794,11 @@ def testWFST10(self):
794
794
self .assertTrue (vl .isValid ())
795
795
796
796
self .assertEqual (vl .dataProvider ().capabilities (),
797
- QgsVectorDataProvider .AddFeatures |
798
- QgsVectorDataProvider .ChangeAttributeValues |
799
- QgsVectorDataProvider .ChangeGeometries |
800
- QgsVectorDataProvider .DeleteFeatures |
801
- QgsVectorDataProvider .SelectAtId )
797
+ QgsVectorDataProvider .AddFeatures
798
+ | QgsVectorDataProvider .ChangeAttributeValues
799
+ | QgsVectorDataProvider .ChangeGeometries
800
+ | QgsVectorDataProvider .DeleteFeatures
801
+ | QgsVectorDataProvider .SelectAtId )
802
802
803
803
(ret , _ ) = vl .dataProvider ().addFeatures ([QgsFeature ()])
804
804
self .assertFalse (ret )
@@ -3740,7 +3740,6 @@ def test_NullValues_regression_20961(self):
3740
3740
self .assertEqual (str (got_f2 [1 ]['elevation' ]), 'NULL' )
3741
3741
self .assertEqual (str (got_f2 [1 ]['name' ]), 'sdf' )
3742
3742
3743
-
3744
3743
def testFilteredFeatureRequests (self ):
3745
3744
"""Test https://issues.qgis.org/issues/21077 """
3746
3745
You can’t perform that action at this time.
0 commit comments