Passed: 34, Skipped: 116, Total: 150
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user