#if !DEBUG

This commit is contained in:
Mike Phares 2023-01-24 09:51:37 -07:00
parent b3c970216c
commit 23d89c85bc

View File

@ -45,7 +45,7 @@ public class EC : LoggingUnitTesting, IDisposable
Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString()); Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString());
} }
#if (!DEBUG) #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]
@ -69,7 +69,7 @@ public class EC : LoggingUnitTesting, IDisposable
LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
} }
#if (!DEBUG) #if !DEBUG
[Ignore] [Ignore]
#endif #endif
[TestMethod] [TestMethod]