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

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