CSV like PDSF ready to test
This commit is contained in:
@ -96,7 +96,7 @@ public class MET08THFTIRQS408M
|
||||
_ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics);
|
||||
NonThrowTryCatch();
|
||||
}
|
||||
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
|
@ -54,16 +54,6 @@ public class QS408M : LoggingUnitTesting, IDisposable
|
||||
Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString());
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestDateTimeB()
|
||||
{
|
||||
DateTime dateTimeA = new(1970, 01, 01);
|
||||
DateTime dateTimeB = new(2024, 09, 19, 10, 41, 16);
|
||||
TimeSpan timeSpan = new(dateTimeB.Ticks - dateTimeA.Ticks);
|
||||
long infinityQS = (long)Math.Floor(timeSpan.TotalSeconds);
|
||||
Assert.IsTrue(infinityQS == 1726767676);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestDescriptor()
|
||||
{
|
||||
|
Reference in New Issue
Block a user