Update test_qgsdelimitedtextprovider_wanted.py

according to PR #7671
This commit is contained in:
Andrea Giudiceandrea 2018-08-21 13:14:08 +02:00 committed by Nyall Dawson
parent 379652d202
commit 3b9821f439

View File

@ -101,7 +101,7 @@ def test_003_field_naming():
'data': 'Some data',
'field_4': 'Some info',
'data_2': 'NULL',
'28_1': 'NULL',
'28': 'NULL',
'24.5': 'NULL',
'field_3_1': 'NULL',
'data_1': 'NULL',
@ -128,7 +128,7 @@ def test_004_max_fields():
'data': 'Some data',
'field_4': 'Some info',
'data_1': 'NULL',
'28_1': 'NULL',
'28': 'NULL',
'24.5': 'NULL',
'#fid': 2,
'#geometry': 'None',