[geos-commits] r3231 - trunk/tests/unit/operation/linemerge

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Feb 22 12:53:34 EST 2011


Author: strk
Date: 2011-02-22 09:53:34 -0800 (Tue, 22 Feb 2011)
New Revision: 3231

Modified:
   trunk/tests/unit/operation/linemerge/LineMergerTest.cpp
Log:
Fix linemerge test (wrong initial copy)

Modified: trunk/tests/unit/operation/linemerge/LineMergerTest.cpp
===================================================================
--- trunk/tests/unit/operation/linemerge/LineMergerTest.cpp	2011-02-21 17:30:45 UTC (rev 3230)
+++ trunk/tests/unit/operation/linemerge/LineMergerTest.cpp	2011-02-22 17:53:34 UTC (rev 3231)
@@ -198,15 +198,11 @@
   template<> template<>
   void object::test<4>()
   {
-    // I don't see how the following test could succeed (even in JTS)
-    // so it is disabled
-    return; 
-
     const char* inpWKT[] = {
       "LINESTRING EMPTY",
+      "LINESTRING EMPTY",
       NULL };
     const char* expWKT[] = {
-      "LINESTRING EMPTY",
       NULL };
 
     doTest(inpWKT, expWKT);



More information about the geos-commits mailing list