postgis/regress
Sandro Santilli e19fc98d93 Added a couple of polygonize tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@2153 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-09 10:14:24 +00:00
..
isvalid_test Added transaction begin and end. 2003-06-12 22:25:04 +00:00
lwgeom_regress.sql Reworked regress tests to avoid multiple database creations 2005-11-23 14:38:00 +00:00
lwgeom_regress_expected Skipped checks of SQL command outputs (INSERT,UPDATE,CREATE,DROP). 2005-12-01 14:07:52 +00:00
Makefile Had regress_ogc test skipped if no GEOS nor JTS support is compiled in 2005-12-02 15:11:51 +00:00
README Added regressions test notes 2004-11-26 15:52:57 +00:00
regress.sql Added geom_accum(NULL,NULL) test 2005-11-28 15:59:27 +00:00
regress_biginsert.sql Initial revision 2001-06-22 17:39:29 +00:00
regress_expected Skipped checks of SQL command outputs (INSERT,UPDATE,CREATE,DROP). 2005-12-01 14:07:52 +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 Changed locate_between_measures() to return simpler types 2005-11-23 15:30:04 +00:00
regress_lrs_expected Changed locate_between_measures() to return simpler types 2005-11-23 15:30:04 +00:00
regress_ogc.sql Added a couple of polygonize tests 2005-12-09 10:14:24 +00:00
regress_ogc_expected Added a couple of polygonize tests 2005-12-09 10:14: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
run_test Added check for successfully postgis installation before running tests 2005-12-06 14:56:25 +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]