#if (!DEBUG)
This commit is contained in:
parent
a180f65069
commit
b3c970216c
1
Adaptation/EC-Development.yml
Normal file
1
Adaptation/EC-Development.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
ECHO is on.
|
1
Adaptation/EC.yml
Normal file
1
Adaptation/EC.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
ECHO is on.
|
@ -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 true
|
#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 true
|
#if (!DEBUG)
|
||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
#endif
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user