[geos-commits] r4148 - branches/3.4/tests/unit/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Feb 22 09:24:16 PST 2016


Author: strk
Date: 2016-02-22 09:24:16 -0800 (Mon, 22 Feb 2016)
New Revision: 4148

Modified:
   branches/3.4/tests/unit/capi/GEOSPreparedGeometryTest.cpp
Log:
Fix expected test result to match the one in trunk.

Closes #751

Modified: branches/3.4/tests/unit/capi/GEOSPreparedGeometryTest.cpp
===================================================================
--- branches/3.4/tests/unit/capi/GEOSPreparedGeometryTest.cpp	2016-02-22 17:06:00 UTC (rev 4147)
+++ branches/3.4/tests/unit/capi/GEOSPreparedGeometryTest.cpp	2016-02-22 17:24:16 UTC (rev 4148)
@@ -186,7 +186,7 @@
         ensure(0 != prepGeom1_);
 
         int ret = GEOSPreparedIntersects(prepGeom1_, geom2_);
-        ensure_equals(ret, 1);
+        ensure_equals(ret, 0);
     }
 
     // Test PreparedIntersects: point on vertex



More information about the geos-commits mailing list