Skip to content

Commit

Permalink
Fix PyQgsVectorFileWriter test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 13, 2016
1 parent 02e0e3f commit 23daead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorfilewriter.py
Expand Up @@ -329,7 +329,7 @@ def testWriteShapefileWithAttributeSubsets(self):
self.assertEqual(f['field3'], 13)

#finally test writing no attributes
dest_file_name = os.path.join(str(QDir.tempPath()), 'subset_attributes.shp')
dest_file_name = os.path.join(str(QDir.tempPath()), 'no_attributes.shp')
write_result = QgsVectorFileWriter.writeAsVectorFormat(
ml,
dest_file_name,
Expand Down

0 comments on commit 23daead

Please sign in to comment.