[postgis-devel] [PostGIS] #1140: loader/PointZ test failing on my windows 9.0/9.1

PostGIS trac at osgeo.org
Fri Jul 22 04:32:15 PDT 2011


#1140: loader/PointZ test failing on my windows 9.0/9.1
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  strk         
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by ads):

 At least that's what run_test is doing:
 {{{

 # Set the locale to "C" so error messages match
 # Save original locale to set back
 ORIG_LC_ALL=$LC_ALL
 ORIG_LANG=$LANG
 export LC_ALL=C
 export LANG=C

 if [ -n "$USE_VERSION" ]; then
         if [ "$USE_VERSION" -gt 74 ]; then
                 PGOPTIONS="${PGOPTIONS} -c lc_messages=C"
                 export PGOPTIONS
         fi
 fi
 }}}

 So why is this breaking the regression test?

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