Skip to content

Commit 7de15e9

Browse files
committed
Fix winding order in test polygons
1 parent bceff40 commit 7de15e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bdd/flex/invalid-geometries.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Feature: Test handling of invalid geometries
8383
Then table osm2pgsql_test_line has 0 rows
8484
Then table osm2pgsql_test_polygon contains exactly
8585
| osm_id | ST_AsText(geom) |
86-
| 20 | (10, 11, 12, 10) |
87-
| 21 | (10, 11, 12, 10) |
86+
| 20 | (10, 12, 11, 10) |
87+
| 21 | (10, 12, 11, 10) |
8888

8989

9090
Scenario: Area with self-intersection from way should be ignored

0 commit comments

Comments
 (0)