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

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Jun 19 17:38:23 EDT 2010


Author: strk
Date: 2010-06-19 21:38:23 +0000 (Sat, 19 Jun 2010)
New Revision: 3030

Modified:
   trunk/php/test/test.php
Log:
Use the "T" char for IM9 pattern sometime (for fun and proof)


Modified: trunk/php/test/test.php
===================================================================
--- trunk/php/test/test.php	2010-06-19 21:36:42 UTC (rev 3029)
+++ trunk/php/test/test.php	2010-06-19 21:38:23 UTC (rev 3030)
@@ -866,7 +866,7 @@
         $this->assertEquals('0FFFFFFF2', $ret);
         $ret = $g->relate($g2, '0FFFFFFF2');
         $this->assertEquals(TRUE, $ret);
-        $ret = $g->relate($g2, '0*******2');
+        $ret = $g->relate($g2, '0*******T');
         $this->assertEquals(TRUE, $ret);
         $ret = $g->relate($g2, '0*******1');
         $this->assertEquals(FALSE, $ret);
@@ -888,7 +888,7 @@
         $this->assertEquals('FF20F1FF2', $ret);
         $ret = $g->relate($g2, 'FF20F1FF2');
         $this->assertEquals(TRUE, $ret);
-        $ret = $g->relate($g2, 'F*******2');
+        $ret = $g->relate($g2, 'F****T**T');
         $this->assertEquals(TRUE, $ret);
         $ret = $g->relate($g2, 'T*******2');
         $this->assertEquals(FALSE, $ret);



More information about the geos-commits mailing list