[geos-commits] r3194 - trunk/tests/unit/operation/union

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 10 09:10:17 EST 2011


Author: strk
Date: 2011-02-10 06:10:17 -0800 (Thu, 10 Feb 2011)
New Revision: 3194

Modified:
   trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp
Log:
Oops, didn't want to commit this one.

Modified: trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp
===================================================================
--- trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp	2011-02-10 14:05:44 UTC (rev 3193)
+++ trunk/tests/unit/operation/union/CascadedPolygonUnionTest.cpp	2011-02-10 14:10:17 UTC (rev 3194)
@@ -69,7 +69,7 @@
         std::vector<geos::geom::Polygon*>* geoms)
     {
         using geos::operation::geounion::CascadedPolygonUnion;
-        return CascadedPolygonUnion::Union(geoms.begin(), geoms.end());
+        return CascadedPolygonUnion::Union(geoms);
     }
 
     void test_runner(test_unaryuniontest_data& t,



More information about the geos-commits mailing list