diff --git a/.gitignore b/.gitignore index 904e6af..77129a1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ *.pdb /IntelliTest/PathCoverage/.vs/PathCoverage/v15 /IntelliTest/PathCoverage/PathCoverage/obj/Debug +/IntelliTest/PathCoverage/PathCoverage/obj/Release diff --git a/SimpleMath/SimpleMathAddTests/AddTests.cs b/SimpleMath/SimpleMathAddTests/AddTests.cs index 032e46c..0c4dc2e 100644 --- a/SimpleMath/SimpleMathAddTests/AddTests.cs +++ b/SimpleMath/SimpleMathAddTests/AddTests.cs @@ -1,4 +1,4 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; +using Microsoft.VisualStudio.TestTools.UnitTesting; using SimpleMath; using System; using System.Collections.Generic; @@ -15,9 +15,7 @@ public class AddTests public void addTest() { var i = new SimpleMath.Add().add(5, 4); - Assert.AreEqual(9, i); - - //System.Threading.Thread.Sleep(((1 * 1000) * 62) * 10); // sleep for a little over 10 mins. + //System.Threading.Thread.Sleep(((1 * 1000) * 62) * 10); // sleep for a little over 10 mins. testgdfdrdf } [TestMethod()]