Skip to content

Commit 0eb36d5

Browse files
committed
1 parent 9fdab87 commit 0eb36d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/src/python/test_qgsdelimitedtextprovider.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,13 @@ def runTest(file, requests, **params):
280280
failures.append(msg)
281281
wanted_data = wanted['data']
282282
for id in sorted(wanted_data.keys()):
283+
print('getting wanted data')
283284
wrec = wanted_data[id]
285+
print('getting received data')
284286
trec = data.get(id, {})
287+
print('getting description')
285288
description = wrec['description']
289+
print('getting difference')
286290
difference = recordDifference(wrec, trec)
287291
if not difference:
288292
print ' {0}: Passed'.format(description)

0 commit comments

Comments
 (0)