Test from EAF Server

This commit is contained in:
2024-06-04 09:07:56 -07:00
parent a6272632ce
commit d3b6311de2
35 changed files with 932 additions and 77 deletions

View File

@ -1244,7 +1244,7 @@ public class AdaptationTesting : ISMTP
{
string result;
Tuple<string, Test[], JsonElement[], List<FileInfo>> extractResult = fileRead.ReExtract();
if(extractResult is null)
if (extractResult is null)
throw new Exception($"Using pattern {variables[4]} no file was found <{variables[2]}>");
if (!fileRead.IsDuplicator)
{