Opened 3 years ago

Closed 3 years ago

#4928 closed defect (fixed)

repeated points regress failure on windows

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: windows, mingw64 Cc:

Description

  Test: test_lwgeom_remove_repeated_points ...FAILED
    1. cu_algorithm.c:1174  - ASSERT_STRING_EQUAL
	* Expected: MULTIPOINT(0 0,0 10,5 5,10 0,10 10)
	* Obtained: MULTIPOINT(0 0,0 10,5 5,10 10,10 0)

Change History (2)

comment:1 by robe, 3 years ago

Owner: changed from pramsey to robe

comment:2 by Regina Obe <lr@…>, 3 years ago

Resolution: fixed
Status: newclosed

In c273a6f/git:

normalize output repeated points - Closes #4928 for PostGIS 3.2.0

Note: See TracTickets for help on using tickets.