We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc9d42 commit 6127851Copy full SHA for 6127851
tests/src/python/test_qgsmaplayerregistry.py
@@ -21,7 +21,7 @@ class TestQgsMapLayerRegistry(unittest.TestCase):
21
def setUp(self):
22
pass
23
24
- def test_removeMapLayer(self):
+ def test_RemoveLayerShouldNotSegFault(self):
25
reg = QgsMapLayerRegistry.instance()
26
# Should not segfault
27
reg.removeMapLayers(['not_exists'])
0 commit comments