Skip to content

Commit 2f97ec6

Browse files
author
Maximilian Krambach
committedMar 22, 2016
fixed wrong location of testdata
1 parent 9bc9e6b commit 2f97ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ tests:
208208
DISSOLVE_ALL: 'True'
209209
FIELD: None
210210
INPUT:
211-
name: custom/nullGeometryDissolve.gml
211+
name: nullGeometryDissolve.gml
212212
type: vector
213213
results:
214214
OUTPUT:
@@ -222,7 +222,7 @@ tests:
222222
DISSOLVE_ALL: 'True'
223223
FIELD: None
224224
INPUT:
225-
name: custom/PolygonDissolveTest.gml
225+
name: PolygonDissolveTest.gml
226226
type: vector
227227
results:
228228
OUTPUT:

0 commit comments

Comments
 (0)
Please sign in to comment.