Skip to content

Commit 0797059

Browse files
committedFeb 2, 2019
Spellok
1 parent b514266 commit 0797059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/src/python/test_provider_ogr_gpkg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,8 @@ def testJson(self):
12961296
def test_quote_identifier(self):
12971297
"""Regression #21100"""
12981298

1299-
tmpfile = os.path.join(self.basetestpath, 'bug21100-wierd_field_names.gpkg')
1300-
shutil.copy(os.path.join(unitTestDataPath(''), 'bug21100-wierd_field_names.gpkg'), tmpfile)
1299+
tmpfile = os.path.join(self.basetestpath, 'bug21100-wierd_field_names.gpkg') # spellok
1300+
shutil.copy(os.path.join(unitTestDataPath(''), 'bug21100-wierd_field_names.gpkg'), tmpfile) # spellok
13011301
vl = QgsVectorLayer('{}|layerid=0'.format(tmpfile), 'foo', 'ogr')
13021302
self.assertTrue(vl.isValid())
13031303
for i in range(1, len(vl.fields())):

0 commit comments

Comments
 (0)
Please sign in to comment.