Skip to content

Commit

Permalink
add preserveSRID test
Browse files Browse the repository at this point in the history
  • Loading branch information
prantogg committed Dec 18, 2024
1 parent 994fd87 commit 55d7064
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class PreserveSRIDSuite extends TestBaseScala with TableDrivenPropertyChecks {
("ST_SimplifyVW(geom1, 0.1)", 1000),
("ST_SimplifyPolygonHull(geom1, 0.5)", 1000),
("ST_SetSRID(geom1, 2000)", 2000),
("ST_LabelPoint(geom1)", 1000),
("ST_LineMerge(geom2)", 1000),
("ST_StartPoint(geom3)", 1000),
("ST_Snap(geom3, geom3, 0.1)", 1000),
Expand Down

0 comments on commit 55d7064

Please sign in to comment.