diff --git a/.gitattributes b/.gitattributes index 1ff0c42..6a51145 100644 --- a/.gitattributes +++ b/.gitattributes @@ -61,3 +61,5 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain +*.sln text eol=crlf +*.cs text diff --git a/KlassenBIBTests/InspektionsobjektTests.cs b/KlassenBIBTests/InspektionsobjektTests.cs index 1e828fc..b2b801a 100644 --- a/KlassenBIBTests/InspektionsobjektTests.cs +++ b/KlassenBIBTests/InspektionsobjektTests.cs @@ -93,7 +93,7 @@ namespace KlassenBIB.Tests sanierung.WasserhaltungEingerichtet = true; - Assert.AreEqual(sanierung.GesamtHarzBedarf, 18m); // + Assert.AreEqual(sanierung.GesamtHarzBedarf, 18m); } }