mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix tests
This commit is contained in:
parent
e0c708c8a1
commit
d4789db19a
@ -467,7 +467,7 @@ class TestQgsVectorLayer(unittest.TestCase, FeatureSourceTestCase):
|
|||||||
join.setJoinFieldName("y")
|
join.setJoinFieldName("y")
|
||||||
join.setUsingMemoryCache(True)
|
join.setUsingMemoryCache(True)
|
||||||
join.setEditable(True)
|
join.setEditable(True)
|
||||||
join.setDeleteCascade(True)
|
join.setCascadedDelete(True)
|
||||||
|
|
||||||
layer.addJoin(join)
|
layer.addJoin(join)
|
||||||
|
|
||||||
@ -478,7 +478,7 @@ class TestQgsVectorLayer(unittest.TestCase, FeatureSourceTestCase):
|
|||||||
join2.setUsingMemoryCache(True)
|
join2.setUsingMemoryCache(True)
|
||||||
join2.setPrefix("custom-prefix_")
|
join2.setPrefix("custom-prefix_")
|
||||||
join2.setEditable(True)
|
join2.setEditable(True)
|
||||||
join2.setDeleteCascade(False)
|
join2.setCascadedDelete(False)
|
||||||
|
|
||||||
layer.addJoin(join2)
|
layer.addJoin(join2)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user