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

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Oct 29 16:55:39 EDT 2009


Author: mloskot
Date: 2009-10-29 16:55:39 -0400 (Thu, 29 Oct 2009)
New Revision: 2708

Modified:
   trunk/tests/unit/operation/buffer/BufferOpTest.cpp
Log:
Fixed CRLF to LF in BufferOpTest.cpp

Modified: trunk/tests/unit/operation/buffer/BufferOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 20:47:45 UTC (rev 2707)
+++ trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 20:55:39 UTC (rev 2708)
@@ -174,7 +174,7 @@
         ensure(gBuffer->isValid());
         ensure_equals(gBuffer->getGeometryTypeId(), geos::geom::GEOS_POLYGON);
         ensure(gBuffer->getNumPoints() >= 8);
-    }
+    }
 
     template<>
     template<>
@@ -199,8 +199,8 @@
         ensure(gBuffer->isValid());
         ensure_equals(gBuffer->getGeometryTypeId(), geos::geom::GEOS_POLYGON);
         ensure(gBuffer->getNumPoints() >= 51);
-    }
-
+    }
+
     template<>
     template<>
     void object::test<7>()
@@ -224,7 +224,7 @@
         ensure(gBuffer->isValid());
         ensure_equals(gBuffer->getGeometryTypeId(), geos::geom::GEOS_POLYGON);
         ensure(gBuffer->getNumPoints() >= 24);
-    }
+    }
 
     template<>
     template<>
@@ -249,7 +249,7 @@
         ensure(gBuffer->isValid());
         ensure_equals(gBuffer->getGeometryTypeId(), geos::geom::GEOS_POLYGON);
         ensure(gBuffer->getNumPoints() >= 7);
-    }
+    }
 
     template<>
     template<>
@@ -274,6 +274,6 @@
         ensure(gBuffer->isValid());
         ensure_equals(gBuffer->getGeometryTypeId(), geos::geom::GEOS_POLYGON);
         ensure(gBuffer->getNumPoints() >= 5);
-    }
+    }
 
 } // namespace tut



More information about the geos-commits mailing list