Skip to content

Commit

Permalink
Renamed test to test_RemoveLayerShouldNotSegFault
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 7, 2015
1 parent 9cc9d42 commit 6127851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsmaplayerregistry.py
Expand Up @@ -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'])
Expand Down

0 comments on commit 6127851

Please sign in to comment.