Navigation Menu

Skip to content

Commit

Permalink
PyQgsVectorFileWriter: fix comment (followup 17f20bb)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 26, 2016
1 parent d6346c8 commit 76fcb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorfilewriter.py
Expand Up @@ -98,7 +98,7 @@ def testDateTimeWriteShapefile(self):
self.assertEqual(fields.at(fields.indexFromName('date_f')).type(), QVariant.Date)
#shapefiles do not support time types, result should be string
self.assertEqual(fields.at(fields.indexFromName('time_f')).type(), QVariant.String)
#shapefiles do not support datetime types, result should be date
#shapefiles do not support datetime types, result should be string
self.assertEqual(fields.at(fields.indexFromName('dt_f')).type(), QVariant.String)

f = created_layer.getFeatures(QgsFeatureRequest()).next()
Expand Down

0 comments on commit 76fcb1f

Please sign in to comment.