From 9afd6b0a2ea9e39c1f63c3d5d7432b9d79577dbc Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Mon, 14 Nov 2016 15:39:17 +0200 Subject: [PATCH] [processing] fix test --- python/plugins/processing/tests/ParametersTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/tests/ParametersTest.py b/python/plugins/processing/tests/ParametersTest.py index f3122a034ae..c98007bef92 100644 --- a/python/plugins/processing/tests/ParametersTest.py +++ b/python/plugins/processing/tests/ParametersTest.py @@ -617,7 +617,7 @@ class ParameterTableFieldTest(unittest.TestCase): def testScriptCode(self): parent_name = 'test_parent_layer' - test_data = points2() + test_data = points() test_layer = QgsVectorLayer(test_data, parent_name, 'ogr') parameter = ParameterTableField( 'myName', 'myDesc', parent_name)