Add SheetRhoVariation

Passed!  - Failed:     0, Passed:    37, Skipped:   178, Total:   215
This commit is contained in:
2023-02-23 14:14:16 -07:00
parent 7bad8c9270
commit 52c6ef93f1
26 changed files with 1309 additions and 41 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.47.1"),
new("MET08RESIMAPCDE", "v2.47.5"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;