We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40134d6 commit 52546dbCopy full SHA for 52546db
python/plugins/processing/tests/SagaAlgorithmsTest.py
@@ -117,7 +117,7 @@ def test_non_ascii_output(self):
117
alg = QgsApplication.processingRegistry().createAlgorithmById('saga:fixeddistancebuffer')
118
self.assertIsNotNone(alg)
119
120
- temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.gpkg')
+ temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.shp')
121
parameters = {'SHAPES': 'testmem',
122
'DIST_FIELD_DEFAULT': 5,
123
'NZONES': 1,
0 commit comments