Skip to content

Commit 6127851

Browse files
committedDec 7, 2015
Renamed test to test_RemoveLayerShouldNotSegFault
1 parent 9cc9d42 commit 6127851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsmaplayerregistry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TestQgsMapLayerRegistry(unittest.TestCase):
2121
def setUp(self):
2222
pass
2323

24-
def test_removeMapLayer(self):
24+
def test_RemoveLayerShouldNotSegFault(self):
2525
reg = QgsMapLayerRegistry.instance()
2626
# Should not segfault
2727
reg.removeMapLayers(['not_exists'])

0 commit comments

Comments
 (0)
Please sign in to comment.