[postgis-devel] [PostGIS] #1701: regress failures - can we not overwrite loader error file?
PostGIS
trac at osgeo.org
Wed Apr 4 12:20:19 PDT 2012
#1701: regress failures - can we not overwrite loader error file?
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: postgis | Version: trunk
Keywords: mingw64 |
---------------------+------------------------------------------------------
Comment(by robe):
Update: PolygonM and PolygonZ are no longer failing. This one is scray
because it has to do with my script and when it fails the loader (both
commandline and shape loader fail with my big tract polygons).
This one - rounding issue.
{{{
--- loader/NotReallyMultiPoint-w.select.expected 2011-03-18
12:24:33 -0400
+++ /tmp/pgis_reg/test_1_out 2012-04-04 15:12:46 -0400
@@ -38,7 +38,7 @@
MULTIPOINT(605633.269658534 771823.459750208)
MULTIPOINT(318054.396825439 406677.968765208)
MULTIPOINT(606814.490943 683559.837390652)
-MULTIPOINT(427202.24558416 526355.921118875)
+MULTIPOINT(427202.24558416 526355.921118876)
MULTIPOINT(585605.654583162 428734.299958661)
MULTIPOINT(348498.220290712 696622.254661199)
MULTIPOINT(447753.888233448 552268.218021069)
}}}
-- another rounding issue --
{{{
--- loader/MultiToSinglePoint-w.select.expected 2011-03-18 12:24:33 -0400
+++ /tmp/pgis_reg/test_1_out 2012-04-04 15:15:18 -0400
@@ -38,7 +38,7 @@
POINT(605633.269658534 771823.459750208)
POINT(318054.396825439 406677.968765208)
POINT(606814.490943 683559.837390652)
-POINT(427202.24558416 526355.921118875)
+POINT(427202.24558416 526355.921118876)
POINT(585605.654583162 428734.299958661)
POINT(348498.220290712 696622.254661199)
POINT(447753.888233448 552268.218021069)
}}}
loader/ReprojectPts -- passes if i run it standalone but fails if run in
battery of tests. Have no clue why.
loader/ReprojectPtsGeog -- also passes if run standalone but not in
battery.
Should I be concerned. Can we round these more so I can pass with flying
colors?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1701#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list