[mapguide-commits] r9673 - sandbox/jng/catch2/Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jul 15 06:43:31 PDT 2020


Author: jng
Date: 2020-07-15 06:43:30 -0700 (Wed, 15 Jul 2020)
New Revision: 9673

Modified:
   sandbox/jng/catch2/Server/src/UnitTesting/TestGeometry.cpp
Log:
#ifdefd too much on the last commit

Modified: sandbox/jng/catch2/Server/src/UnitTesting/TestGeometry.cpp
===================================================================
--- sandbox/jng/catch2/Server/src/UnitTesting/TestGeometry.cpp	2020-07-15 13:42:12 UTC (rev 9672)
+++ sandbox/jng/catch2/Server/src/UnitTesting/TestGeometry.cpp	2020-07-15 13:43:30 UTC (rev 9673)
@@ -1154,10 +1154,10 @@
         found = readerWriter.Write(geom);
         REQUIRE(CheckGeometry(found, base));
 
-#ifdef _WIN32
         //TEST 10
         base = L"LINESTRING (0 1, 3 4, 4 5)";
         Ptr<MgMultiPolygon> multiPolygon = CreateMultiPolygon();
+#ifdef _WIN32
         geom = multiPolygon->Intersection(multiLineString);
         REQUIRE(geom.p != nullptr);
         found = readerWriter.Write(geom);



More information about the mapguide-commits mailing list