v2.49.2 40 Tests Passed

This commit is contained in:
2023-05-30 12:46:11 -07:00
parent cc900bea27
commit ef632f95c0
26 changed files with 996 additions and 83 deletions

View File

@ -55,7 +55,7 @@ public class MET08RESIMAPCDE : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MET08RESIMAPCDE", "v2.49.0"),
new("MET08RESIMAPCDE", "v2.49.2"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;