Skip to content

Commit d24a2df

Browse files
nyalldawsonm-kuhn
authored andcommittedMar 4, 2016
Followup 193fedf, updated expected results
1 parent db2ca3a commit d24a2df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎python/plugins/processing/tests/testdata/expected/gdal/layer_info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Layer name: lines
66
Geometry: Line String
7-
Feature Count: 6
7+
Feature Count: 7
88
Extent: (-1.000000, -3.000000) - (11.000000, 5.000000)
99
Layer SRS WKT:
1010
GEOGCS["WGS 84",
@@ -18,4 +18,4 @@
1818
AUTHORITY["EPSG","9122"]],
1919
AUTHORITY["EPSG","4326"]]
2020
fid: String (0.0) NOT NULL
21-
</pre>
21+
</pre>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ tests:
4040
rules:
4141
- 'Extent: \(-1.000000, -3.000000\) - \(11.000000, 5.000000\)'
4242
- 'Geometry: Line String'
43-
- 'Feature Count: 6'
43+
- 'Feature Count: 7'

0 commit comments

Comments
 (0)
Please sign in to comment.