mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Renamed test to test_RemoveLayerShouldNotSegFault
This commit is contained in:
parent
9cc9d424ce
commit
6127851a09
@ -21,7 +21,7 @@ class TestQgsMapLayerRegistry(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_removeMapLayer(self):
|
||||
def test_RemoveLayerShouldNotSegFault(self):
|
||||
reg = QgsMapLayerRegistry.instance()
|
||||
# Should not segfault
|
||||
reg.removeMapLayers(['not_exists'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user