Index: Core/Components/test/Core.Components.DotSpatial.Test/Layer/BruTile/BruTileLayerTest.cs =================================================================== diff -u -rbf8a39dac99b87d4e75a2e68548c6e7f6a1f398c -re6f0c8c4fe3bbf7e36a589c6c7ca5bf53abf1f18 --- Core/Components/test/Core.Components.DotSpatial.Test/Layer/BruTile/BruTileLayerTest.cs (.../BruTileLayerTest.cs) (revision bf8a39dac99b87d4e75a2e68548c6e7f6a1f398c) +++ Core/Components/test/Core.Components.DotSpatial.Test/Layer/BruTile/BruTileLayerTest.cs (.../BruTileLayerTest.cs) (revision e6f0c8c4fe3bbf7e36a589c6c7ca5bf53abf1f18) @@ -694,7 +694,6 @@ // Call layer.DrawRegions(mapArgs, regions); - //mapCanvas.Save(Path.Combine(Path.GetTempPath(), "BackgroundLayerCanvas_smallerAfterAddingTestTiles.png")); // Assert TestHelper.AssertImagesAreEqual(expectedResult, mapCanvas); Index: Riskeer/Common/test/Riskeer.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs =================================================================== diff -u -rc4311504aa83ba59c5a7e80c0e9bc26650986c05 -re6f0c8c4fe3bbf7e36a589c6c7ca5bf53abf1f18 --- Riskeer/Common/test/Riskeer.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs (.../ProfileLocationReaderTest.cs) (revision c4311504aa83ba59c5a7e80c0e9bc26650986c05) +++ Riskeer/Common/test/Riskeer.Common.IO.Test/DikeProfiles/ProfileLocationReaderTest.cs (.../ProfileLocationReaderTest.cs) (revision e6f0c8c4fe3bbf7e36a589c6c7ca5bf53abf1f18) @@ -420,7 +420,7 @@ Assert.AreEqual(582857.71500000195, dikeProfileLocations[1].Point.Y); Assert.AreEqual(42.0, dikeProfileLocations[0].Offset); - Assert.AreEqual(44.419998168945312, dikeProfileLocations[1].Offset); + Assert.AreEqual(44.420000000000002, dikeProfileLocations[1].Offset); } }