[geos-commits] r3434 - trunk/tests/unit/operation/polygonize

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jul 20 04:46:29 EDT 2011


Author: strk
Date: 2011-07-20 01:46:28 -0700 (Wed, 20 Jul 2011)
New Revision: 3434

Modified:
   trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp
Log:
Add port info

Modified: trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp
===================================================================
--- trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp	2011-07-20 08:46:21 UTC (rev 3433)
+++ trunk/tests/unit/operation/polygonize/PolygonizeTest.cpp	2011-07-20 08:46:28 UTC (rev 3434)
@@ -149,6 +149,7 @@
 
     group test_polygonizetest_group("geos::operation::polygonize::Polygonizer");
 
+    // test1() in JTS
     template<>
     template<>
     void object::test<1>()
@@ -166,6 +167,7 @@
         doTest(inp, exp);
     }
 
+    // test2() in JTS
     template<>
     template<>
     void object::test<2>()
@@ -185,6 +187,5 @@
         doTest(inp, exp);
     }
 
-
 } // namespace tut
 



More information about the geos-commits mailing list