[geos-commits] [SCM] GEOS branch master updated. 2e4a7562f31f3663e0488044d0550da077ad66d9

Sandro Santilli strk at kbt.io
Mon Aug 24 22:15:49 PDT 2020


On Mon, Aug 24, 2020 at 08:05:19PM -0700, git at osgeo.org wrote:

> -    ensure_equals(toWKT(geom3_), std::string("POINT (3 20)"));
> +    ensure(capi_geometry_same(geom3_, "POINT (3 20)"));

Ideally we'd want to see the obtained result on failure.
Maybe add an ensure_geoms_equals() function to use instead
of capi_geometry_same ?

--strk;


More information about the geos-commits mailing list