[postgis-devel] [PostGIS] #283: regress_lrs regression test fails
PostGIS
trac at osgeo.org
Thu Nov 5 03:48:02 PST 2009
#283: regress_lrs regression test fails
---------------------+------------------------------------------------------
Reporter: mloskot | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: postgis 1.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Running regression tests against PostGIS from current trunk (r4749) gives
failure for the regress_lrs test:
{{{
...
lwgeom_regress. ok
regress_lrs. failed (diff expected obtained:
/tmp/pgis_reg_4725/test_17_diff)
removepoint. ok
...
}}}
and the log is:
{{{
$ cat /tmp/pgis_reg_4725/test_17_diff
*** regress_lrs_expected 2009-11-05 10:14:41.000000000 +0000
--- /tmp/pgis_reg_4725/test_17_out 2009-11-05 11:46:52.000000000
+0000
***************
*** 1,5 ****
! 2d|
! 3dz|
PNTM_1|GEOMETRYCOLLECTIONM EMPTY
PNTM_2|POINTM(1 2 3)
PNTM_3|POINTM(1 2 3)
--- 1,5 ----
! ERROR: Geometry argument does not have an 'M' ordinate
! ERROR: Geometry argument does not have an 'M' ordinate
PNTM_1|GEOMETRYCOLLECTIONM EMPTY
PNTM_2|POINTM(1 2 3)
PNTM_3|POINTM(1 2 3)
***************
*** 41,48 ****
line_substring|POINT(0.5 0.5 7.5)
line_interpolate_point|POINT(0 0)
line_interpolate_point|POINT(0.5 0.5 7.5)
! 2d|
! 3dz|
PNTM_1|GEOMETRYCOLLECTIONM EMPTY
PNTM_2|POINTM(1 2 3)
PNTM_3|POINTM(1 2 3)
--- 41,48 ----
line_substring|POINT(0.5 0.5 7.5)
line_interpolate_point|POINT(0 0)
line_interpolate_point|POINT(0.5 0.5 7.5)
! ERROR: Geometry argument does not have an 'M' ordinate
! ERROR: Geometry argument does not have an 'M' ordinate
PNTM_1|GEOMETRYCOLLECTIONM EMPTY
PNTM_2|POINTM(1 2 3)
PNTM_3|POINTM(1 2 3)
}}}
Environment:
* Linux 64-bit (Ubuntu 9.10 Karmic Koala)
* GCC 4.4.1
* GEOS (version 3.2.0 from SVN trunk 2710)
* PostgreSQL 8.4.1
* libxml2 2.7.5
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/283>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list