Skip to content

Commit

Permalink
[processing] fixed saga test
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Feb 21, 2019
1 parent 40134d6 commit 52546db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/SagaAlgorithmsTest.py
Expand Up @@ -117,7 +117,7 @@ def test_non_ascii_output(self):
alg = QgsApplication.processingRegistry().createAlgorithmById('saga:fixeddistancebuffer')
self.assertIsNotNone(alg)

temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.gpkg')
temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.shp')
parameters = {'SHAPES': 'testmem',
'DIST_FIELD_DEFAULT': 5,
'NZONES': 1,
Expand Down

0 comments on commit 52546db

Please sign in to comment.