[geos-commits] r4041 - branches/3.3/php/test

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jan 23 02:19:13 PST 2015


Author: strk
Date: 2015-01-23 02:19:12 -0800 (Fri, 23 Jan 2015)
New Revision: 4041

Modified:
   branches/3.3/php/test/test.php
Log:
Fix test after changes in PointOnSurface

Modified: branches/3.3/php/test/test.php
===================================================================
--- branches/3.3/php/test/test.php	2015-01-19 10:59:48 UTC (rev 4040)
+++ branches/3.3/php/test/test.php	2015-01-23 10:19:12 UTC (rev 4041)
@@ -1056,7 +1056,7 @@
         $g = $reader->read('POLYGON((0 0, 0 10, 5 5, 10 10, 10 0, 0 0))');
         $b = $g->pointOnSurface();
         $this->assertEquals(
-'POINT (2 5)'
+'POINT (1 8)'
             , $writer->write($b));
     }
 



More information about the geos-commits mailing list