Renamed test to test_RemoveLayerShouldNotSegFault

This commit is contained in:
Alessandro Pasotti 2015-12-07 12:07:03 +01:00
parent 9cc9d424ce
commit 6127851a09

View File

@ -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'])