diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index 801c6b8a920ffb835d17e6273e811f9f37f807c7..40f982958d2a8e1b55bbe769da0830b1fb6ddc6a 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -1060,7 +1060,7 @@ AddTest(
     EXECUTABLE_ARGS -i square_1x1.gml -i line_intersecting_square.gml -o ${Data_BINARY_DIR}/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_with_intersecting_line.geo
     PROPERTIES
         PASS_REGULAR_EXPRESSION
-        "point with id 5 and coordinates \\(1.001000000001, 0.6, 0\\) is outside of the polygon"
+        "point with id 5 and coordinates \\(1.001000000001, 0.59999999999999998, 0\\) is outside of the polygon"
 )
 AddTest(
     NAME ResetPropertiesInPolygonalRegion_AllElementNodesInPolygon
diff --git a/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc b/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
index aa512a678fe0c7478e568959e3f3d8fd809b3725..834a995dc07321898cba787dafbad96d1dbeab6c 100644
--- a/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
+++ b/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
@@ -1,7 +1,7 @@
 ncols 31
 nrows 22
-xllcorner 559328.04688
-yllcorner 5928784.5967
+xllcorner 559328.04688000004
+yllcorner 5928784.5966999996
 cellsize 250
 NODATA_value -9999
 -9999 -9999 -9999 -133.928 -133.918 -135.54 -142.008 -149.279 -152.771 -153.602 -154.069 -155.072 -155.222 -157.686 -160.532 -161.116 -160.904 -159.763 -159.524 -160.174 -160.93 -160.81 -160.38 -161.125 -159.845 -155.838 -152.162 -149.474 -146.948 -143.091 -140.645
diff --git a/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo b/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
index b46deb659b94c95c51660157cd25060be65fa8ba..eb12f93543ad17a34c6924f9f06736e9f89f8b2e 100644
--- a/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
+++ b/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
@@ -1,9 +1,9 @@
-// GMSH input file created by OpenGeoSys 6.4.0-427-gdca679359.dirty
+// GMSH input file created by OpenGeoSys 6.5.2-325-g593bae04
 
-Point(0) = {0, 0, 0, 0.2};
-Point(1) = {0, 1, 0, 0.2};
-Point(2) = {1, 0, 0, 0.2};
-Point(3) = {1, 1, 0, 0.2};
+Point(0) = {0, 0, 0, 0.20000000000000001};
+Point(1) = {0, 1, 0, 0.20000000000000001};
+Point(2) = {1, 0, 0, 0.20000000000000001};
+Point(3) = {1, 1, 0, 0.20000000000000001};
 Line(0) = {0,1};
 Line(1) = {1,3};
 Line(2) = {3,2};