[geos-commits] r4128 - trunk/tests/unit/operation/overlay/snap

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Dec 14 09:17:18 PST 2015


Author: strk
Date: 2015-12-14 09:17:18 -0800 (Mon, 14 Dec 2015)
New Revision: 4128

Modified:
   trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
Log:
Enable a commented-out test (works)

Modified: trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp
===================================================================
--- trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp	2015-12-14 12:05:29 UTC (rev 4127)
+++ trunk/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp	2015-12-14 17:17:18 UTC (rev 4128)
@@ -293,7 +293,6 @@
   }
 
   // Test two candidate vertices snaps
-/* The following one fails, I bet in JTS too.. but haven't tested
   template<>
   template<>
   void object::test<8>()
@@ -329,6 +328,5 @@
     ensure_equals(ret->operator[](1), src_b);
     ensure_equals(ret->operator[](2), src_c);
   }
-*/
 
 } // namespace tut



More information about the geos-commits mailing list