Passed: 34, Skipped: 116, Total: 150

This commit is contained in:
2023-03-20 15:01:49 -07:00
parent c507cd4028
commit 1da28628b8
19 changed files with 638 additions and 72 deletions

View File

@ -139,9 +139,7 @@ public class PCL : LoggingUnitTesting, IDisposable
LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Staging()
{
@ -149,9 +147,9 @@ public class PCL : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("TENCOR1", "v2.47.0"),
new("TENCOR2", "v2.47.0"),
new("TENCOR3", "v2.47.0"),
new("TENCOR1", "v2.47.5"),
new("TENCOR2", "v2.47.5"),
new("TENCOR3", "v2.47.5"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;