[geos-commits] r2709 - trunk/tests/unit/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Oct 29 16:58:10 EDT 2009


Author: mloskot
Date: 2009-10-29 16:58:10 -0400 (Thu, 29 Oct 2009)
New Revision: 2709

Modified:
   trunk/tests/unit/operation/buffer/BufferOpTest.cpp
Log:
Testing linker problem with DEFAULT_QUADRANT_SEGMENT constant

Modified: trunk/tests/unit/operation/buffer/BufferOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 20:55:39 UTC (rev 2708)
+++ trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 20:58:10 UTC (rev 2709)
@@ -118,7 +118,7 @@
         using geos::operation::buffer::BufferOp;
         using geos::operation::buffer::BufferParameters;
 
-        ensure_equals(BufferParameters::DEFAULT_QUADRANT_SEGMENTS, 8);
+        //ensure_equals(BufferParameters::DEFAULT_QUADRANT_SEGMENTS, 8);
 
         // Geometry from XMLTester's buffer.xml, test case #25
         std::string wkt0("MULTIPOLYGON(((708258.754920656 2402197.91172757,708257.029447455 2402206.56901508,708652.961095455 2402312.65463437,708657.068786251 2402304.6356364,708258.754920656 2402197.91172757)),((708653.498611049 2402311.54647056,708708.895756966 2402203.47250014,708280.326454234 2402089.6337791,708247.896591321 2402252.48269854,708367.379593851 2402324.00761653,708248.882609455 2402253.07294874,708249.523621829 2402244.3124463,708261.854734465 2402182.39086576,708262.818392579 2402183.35452387,708653.498611049 2402311.54647056)))");



More information about the geos-commits mailing list