From 4778414eba86ca184108982c76726a81d116965f Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Thu, 7 Jun 2018 21:37:35 +0200 Subject: [PATCH] . --- .gitattributes | 2 ++ KlassenBIBTests/InspektionsobjektTests.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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); } }