postgis/regress
2006-01-13 09:11:14 +00:00
..
isvalid_test Added transaction begin and end. 2003-06-12 22:25:04 +00:00
lwgeom_regress.sql Fixed bug in ptarray_locate_point() - added regress test for specific case 2006-01-13 09:11:14 +00:00
lwgeom_regress_expected Fixed bug in ptarray_locate_point() - added regress test for specific case 2006-01-13 09:11:14 +00:00
Makefile Added simplify() test unit 2006-01-09 15:09:42 +00:00
README Added regressions test notes 2004-11-26 15:52:57 +00:00
regress.sql Moved GEOS/JTS function from regress to ogc test 2005-12-15 01:19:24 +00:00
regress_bdpoly.sql - Fixed Z presence detection in GEOS funcions (C++ and C wrappers). 2005-12-12 17:40:50 +00:00
regress_bdpoly_expected - Fixed Z presence detection in GEOS funcions (C++ and C wrappers). 2005-12-12 17:40:50 +00:00
regress_biginsert.sql Initial revision 2001-06-22 17:39:29 +00:00
regress_expected used a consistent construct for out_and_err redirect, 2005-12-19 10:39:49 +00:00
regress_index.sql Reworked regress tests to avoid multiple database creations 2005-11-23 14:38:00 +00:00
regress_index_expected Skipped checks of SQL command outputs (INSERT,UPDATE,CREATE,DROP). 2005-12-01 14:07:52 +00:00
regress_lots_of_points.sql Ported index regress test to lwgeom 2004-11-26 16:26:51 +00:00
regress_lrs.sql Fixed bug in ptarray_locate_point() - added regress test for specific case 2006-01-13 09:11:14 +00:00
regress_lrs_expected Fixed bug in ptarray_locate_point() - added regress test for specific case 2006-01-13 09:11:14 +00:00
regress_ogc.sql Moved GEOS/JTS function from regress to ogc test 2005-12-15 01:19:24 +00:00
regress_ogc_expected Moved GEOS/JTS function from regress to ogc test 2005-12-15 01:19:24 +00:00
regress_proj.sql Fixed test to cleanup after run 2005-12-01 13:37:35 +00:00
regress_proj_expected Fixed SnapToGrid output expectance (higher dims no more discarded) 2005-12-02 14:15:38 +00:00
relate_test Added transaction begin and end. 2003-06-12 22:25:04 +00:00
removepoint.sql Added RemovePoint() and ReplacePoint() to complete Geometry editiong function. 2005-12-13 18:39:08 +00:00
removepoint_expected Added RemovePoint() and ReplacePoint() to complete Geometry editiong function. 2005-12-13 18:39:08 +00:00
run_test Used more portable sed syntax, submitted by Michael Fuhr. 2005-12-20 09:17:22 +00:00
setpoint.sql Renamed ReplacePoint() to SetPoint() 2005-12-13 19:01:18 +00:00
setpoint_expected Renamed ReplacePoint() to SetPoint() 2005-12-13 19:01:18 +00:00
simplify.sql Added simplify() test unit 2006-01-09 15:09:42 +00:00
simplify_expected Added simplify() test unit 2006-01-09 15:09:42 +00:00
test_index_concurrency Added index concurrency tester 2005-06-28 22:01:27 +00:00

- Mixed-dimensioned geometries are no longer supported
  (previous behaviour was to fill Z with a 0 value)
  [ updated to use new behaviour ]

- geometry_same operator (=~) now requires all dimensions equality
  Previously only x/y were checked

- geometry_same operator (=~) now requires geom type equality
  Previous behaviour:
     GEOMETRYCOLLECTION(POINT(0 1), POINT(2 3)) =~  MULTIPOINT(0 1,2 3)

- numb_sub_geometries does not exist anymore
  [updated to use numgeometries]

- truly_inside does not exist anymore
  [updated to use within]