Commit graph

27 commits

Author SHA1 Message Date
Sandro Santilli d74c49e369 Properly cleanup spatial_ref_sys after loader tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@9317 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-27 17:36:36 +00:00
Paul Ramsey 8902ea4a60 loader/Latin1 regression failure with database SQL_ASCII encoding (#1465) from Greg Troxel
git-svn-id: http://svn.osgeo.org/postgis/trunk@9088 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-08 00:23:11 +00:00
Sandro Santilli 1bea82ec62 Update loader tests to use the new reprojection switch [#994]
git-svn-id: http://svn.osgeo.org/postgis/trunk@8473 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-19 19:21:26 +00:00
Sandro Santilli ab6fa15783 Set 'C' collation when creating regress database. See #1140.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7665 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-23 21:34:10 +00:00
Sandro Santilli 897bd49c58 Improve testsuite predictability (#1135)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7656 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-20 19:53:57 +00:00
Regina Obe 5173baa923 #944, #1081, #1083, #1088, #1084: Convert geometry_columns to a view, revise management functions to not update/delete from geometry_columns and to support typmod. Will use typmod behavior as default
fix typos in postgis_type_name and delete from geometry_column calls in regress.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7548 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-02 08:58:38 +00:00
Regina Obe c008162436 treating as executable didn't help - going to reinit my db as utf-8 instead
git-svn-id: http://svn.osgeo.org/postgis/trunk@7204 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-20 20:18:59 +00:00
Regina Obe 0d1e1ca68a Quiet quiet Hudson
git-svn-id: http://svn.osgeo.org/postgis/trunk@7019 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-12 12:34:12 +00:00
Regina Obe eecdd1859a try to save as utf-8
git-svn-id: http://svn.osgeo.org/postgis/trunk@6990 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-29 14:58:53 +00:00
Regina Obe 5e10e8dbd7 that didn't work. Try resaving as latin1 and then repull down.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6989 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-29 14:10:39 +00:00
Regina Obe 6c4895a005 mark this as an executable then maybe just mamber it won't try to inherit the encoding of my OS
git-svn-id: http://svn.osgeo.org/postgis/trunk@6988 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-29 13:57:48 +00:00
Regina Obe 7df07b93b1 attempt to quiet floating point erros in reprojection by roudning the coordinates (worked on mingw and still works after change). I assume -ws are when using -w switch?
git-svn-id: http://svn.osgeo.org/postgis/trunk@6977 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-28 20:21:46 +00:00
Paul Ramsey 9b394f152f Jeff Adams: Added regression test for LATIN1 encoding, fixed failure to convert to UTF8. (#808)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6932 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 19:13:26 +00:00
Paul Ramsey 66501d2ca8 Jeff Adams: Added dumping tests for -G versions of loader regress tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6930 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 18:30:23 +00:00
Paul Ramsey a262bdacbb Jeff Adams: Now runs all the normal regression tests with the -G option as well. (#358)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6929 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 18:21:25 +00:00
Paul Ramsey c94ae0b2b9 Jeff Adams: Adding a regression test for the loader that uses a schema-qualified table name.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6928 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 17:36:01 +00:00
Paul Ramsey 359ab99a41 Jeff Adams: Increasing precision due to tests failing in automatic build.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6925 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 16:24:33 +00:00
Paul Ramsey a2c725a6fb Fixes the following shp2pgsql issues:
#229: A new "-r" command line parameter to specify a "from" SRID for reprojecting (the existing -s is the "to").
#779: -S now works for points, and -w is documented.
#864: MULTIPOINT shapefiles with single-vertex points now correctly load with all MULTIPOINTs.
#865: no longer crashes when both -g and -G are used.



git-svn-id: http://svn.osgeo.org/postgis/trunk@6922 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 15:40:31 +00:00
Paul Ramsey 2db8d4de0e Jeff Adams patch to add command line flag to not use a transaction. (#110)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6909 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 17:16:47 +00:00
Paul Ramsey 723ec49f79 Jeff Adams new testing of loader with cmd line options.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6907 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 14:06:54 +00:00
Regina Obe cf190d08da get rid of more deprecated
git-svn-id: http://svn.osgeo.org/postgis/trunk@6532 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-29 14:48:52 +00:00
Regina Obe 9d9f2436b2 Get rid of deprecated calls
git-svn-id: http://svn.osgeo.org/postgis/trunk@6526 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-28 18:24:39 +00:00
Sandro Santilli f366330cdb Marked shapefiles as binary, corrected accidentally mangled ones
git-svn-id: http://svn.osgeo.org/postgis/trunk@2458 b70326c6-7e19-0410-871a-916f4a2858ee
2006-07-27 15:06:11 +00:00
Sandro Santilli 44e7d93655 Removed -0 values from polygon doubles
git-svn-id: http://svn.osgeo.org/postgis/trunk@2389 b70326c6-7e19-0410-871a-916f4a2858ee
2006-06-19 10:42:40 +00:00
Sandro Santilli 629575f5d2 removed spurious newline
git-svn-id: http://svn.osgeo.org/postgis/trunk@2387 b70326c6-7e19-0410-871a-916f4a2858ee
2006-06-17 11:46:03 +00:00
Sandro Santilli c8095e4047 Fixed portability issues in the new run_test code, added loader test
for all supported shapefile types


git-svn-id: http://svn.osgeo.org/postgis/trunk@2386 b70326c6-7e19-0410-871a-916f4a2858ee
2006-06-17 11:44:12 +00:00
Sandro Santilli 3690108345 New regress test cases and support for loader/dumper.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2384 b70326c6-7e19-0410-871a-916f4a2858ee
2006-06-16 14:13:06 +00:00