[geos-commits] r3833 - trunk/php/test

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jul 11 00:36:29 PDT 2013


Author: strk
Date: 2013-07-11 00:36:28 -0700 (Thu, 11 Jul 2013)
New Revision: 3833

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

Modified: trunk/php/test/test.php
===================================================================
--- trunk/php/test/test.php	2013-07-11 05:49:58 UTC (rev 3832)
+++ trunk/php/test/test.php	2013-07-11 07:36:28 UTC (rev 3833)
@@ -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