Skip to content

Commit 5a18bb6

Browse files
committed
Revert "Followup 193fedf, updated expected results"
This reverts commit f722bb2.
1 parent 98a216e commit 5a18bb6

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Layer name: lines
66
Geometry: Line String
7-
Feature Count: 7
7+
Feature Count: 6
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

+1-1
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: 7'
43+
- 'Feature Count: 6'

0 commit comments

Comments
 (0)