[postgis-devel] [PostGIS] #691: test_wkt_in_multipoint cunit test failing on mingw (was: test_wkt_in_multipoint cunit test failng)

PostGIS trac at osgeo.org
Fri Jan 14 06:34:32 PST 2011


#691: test_wkt_in_multipoint cunit test failing on mingw
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:  mingw    |  
---------------------+------------------------------------------------------
Changes (by robe):

  * keywords:  => mingw


Comment:

 Paul,
 On closer inspection of our PostgreSQL regress, I see why now mingW
 PostgreSQL regress tests pass and fails your CUnit test.  Looks like there
 are explicit sed calls in the PostgreSQL version handle these e
 variations:

 {{{
 | sed 's/[eE]\([+-]\)0\{1,\}\([0-9]\{1,\}\)/e\1\2/g' \
 }}}

 When you get tired of doing your civic duties and want a healthy fat free
 coding break :) -- maybe you can take a look at this. (or perhaps someone
 else can look into this)

 It's a bit of a pain because everytime I test it halts at CUnit and then I
 have to manually call the PostgreSQL regress and other tests to continue
 regression testing.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/691#comment:13>
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