Bug fixes
This commit is contained in:
@ -106,7 +106,7 @@ public class METCLIMATEC : EAFLoggingUnitTesting
|
||||
[TestMethod]
|
||||
public void Staging__v2_56_0__METCLIMATEC__Dummy()
|
||||
{
|
||||
string check = "637400762709163000.zip";
|
||||
string check = "637953064190000000.zip";
|
||||
MethodBase methodBase = new StackFrame().GetMethod();
|
||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||
_ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||
|
@ -53,6 +53,7 @@ public class METCLIMATEC
|
||||
IFileRead fileRead = _METCLIMATEC.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false);
|
||||
Logistics logistics = new(fileRead);
|
||||
_ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics, validatePDSF);
|
||||
NonThrowTryCatch();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
|
@ -65,7 +65,7 @@ public class TRENDLOG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Staging__v2_56_0__TRENDLOG__csv638465291633220311__Normal()
|
||||
public void Staging__v2_56_0__TRENDLOG__csv638465291633220312__Normal()
|
||||
{
|
||||
bool validatePDSF = false;
|
||||
string check = "*.csv.trg";
|
||||
|
Reference in New Issue
Block a user