From 56a6af4fb89604443141bc19ade9c2f619f2f517 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 20 Mar 2023 11:19:38 -0700 Subject: [PATCH] Remove typo in ET of " --- Adaptation/FileHandlers/OpenInsight/FileRead.cs | 1 + .../Staging/v2.47.5/MET08ANLYSDIFAAST230.cs | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/Adaptation/FileHandlers/OpenInsight/FileRead.cs b/Adaptation/FileHandlers/OpenInsight/FileRead.cs index 984d09b..81a9293 100644 --- a/Adaptation/FileHandlers/OpenInsight/FileRead.cs +++ b/Adaptation/FileHandlers/OpenInsight/FileRead.cs @@ -38,6 +38,7 @@ public class FileRead : Shared.FileRead, IFileRead _OpenInsightApiECDirectory = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "API.EC.Directory"); _OpenInsightApiIFXDirectory = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "API.IFX.Directory"); _OpenInsightFilePattern = GetPropertyValue(cellInstanceConnectionName, modelObjectParameters, "OpenInsight.FilePattern"); + _OpenInsightApiIFXDirectory = _OpenInsightApiIFXDirectory.Replace("\"", string.Empty); } void IFileRead.Move(Tuple> extractResults, Exception exception) diff --git a/Adaptation/_Tests/Extract/Staging/v2.47.5/MET08ANLYSDIFAAST230.cs b/Adaptation/_Tests/Extract/Staging/v2.47.5/MET08ANLYSDIFAAST230.cs index a605f1f..26cd301 100644 --- a/Adaptation/_Tests/Extract/Staging/v2.47.5/MET08ANLYSDIFAAST230.cs +++ b/Adaptation/_Tests/Extract/Staging/v2.47.5/MET08ANLYSDIFAAST230.cs @@ -47,6 +47,21 @@ public class MET08ANLYSDIFAAST230 [TestMethod] public void Staging__v2_47_5__MET08ANLYSDIFAAST230__OpenInsight() => _MET08ANLYSDIFAAST230.Staging__v2_47_5__MET08ANLYSDIFAAST230__OpenInsight(); +#if DEBUG + [Ignore] +#endif + [TestMethod] + public void Staging__v2_47_5__MET08ANLYSDIFAAST230__OpenInsight638149072810290000__Normal() + { + string check = "*.pdsf"; + MethodBase methodBase = new StackFrame().GetMethod(); + _MET08ANLYSDIFAAST230.Staging__v2_47_5__MET08ANLYSDIFAAST230__OpenInsight(); + string[] variables = _MET08ANLYSDIFAAST230.AdaptationTesting.GetVariables(methodBase, check, validatePDSF: false); + IFileRead fileRead = _MET08ANLYSDIFAAST230.AdaptationTesting.Get(methodBase, sourceFileLocation: variables[2], sourceFileFilter: variables[3], useCyclicalForDescription: false); + Logistics logistics = new(fileRead); + _ = AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics); + } + #if DEBUG [Ignore] #endif