postgis/regress
Sandro Santilli d13b2d4a5a Made PROJ test be run only if USE_PROJ=1
git-svn-id: http://svn.osgeo.org/postgis/trunk@2196 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-15 01:21:32 +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 Made PROJ test be run only if USE_PROJ=1 2005-12-15 01:21:32 +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 Moved GEOS/JTS function from regress to ogc test 2005-12-15 01:19:24 +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 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 Removed call to replace(text,text,text) in regress.sql 2005-12-15 01:07:28 +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
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]