Skip to content

Commit 5085204

Browse files
committed
Update README.md
1 parent 467f3f0 commit 5085204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/tests/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ How To
2323
To add a new test you can follow these steps:
2424

2525
Run the algorithm you want to test in QGIS from the processing toolbox. If the
26-
result is a vector layer prefer geojson as output for its support of mixed
26+
result is a vector layer prefer GML as output for its support of mixed
2727
geometry types and good readability. Redirect output to
2828
`python/plugins/processing/tests/testdata/expected`
2929

@@ -114,7 +114,7 @@ applied to each vertex.
114114

115115
OUTPUT:
116116
type: vector
117-
name: expected/abcd.geojson
117+
name: expected/abcd.gml
118118
compare:
119119
fields:
120120
__all__:

0 commit comments

Comments
 (0)