1,767 changes: 856 additions & 911 deletions src/ui/qgsdelimitedtextsourceselectbase.ui

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/src/python/test_qgsdelimitedtextprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def test_027_filter_attributes(self):
def test_028_substring_test(self):
# CSV file parsing
filename='test.csv'
params={'geomType': 'none', 'subset': 'id % 2 = 1', 'type': 'csv'}
params={'geomType': 'none', 'subset': 'id % 2 = 1', 'type': 'csv' }
requests=None
runTest(filename,requests,**params)

Expand All @@ -532,7 +532,7 @@ def updatefile2( layer ):
QCoreApplication.instance().processEvents()
def deletefile( layer ):
os.remove(filename)
params={'geomType': 'none', 'type': 'csv' }
params={'geomType': 'none', 'type': 'csv', 'watchFile' : 'yes' }
requests=[
{'fid': 3},
{},
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdelimitedtextprovider_wanted.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ def test_028_substring_test():

def test_029_file_watcher():
wanted={}
wanted['uri']=u'file://file?geomType=none&type=csv'
wanted['uri']=u'file://file?geomType=none&type=csv&watchFile=yes'
wanted['data']={
3L: {
'id': u'2',
Expand Down