v2.49.2 36 Tests Passed

SRP and nuget server name
This commit is contained in:
2023-05-31 10:31:14 -07:00
parent 6bace13b45
commit de46e9f6a0
25 changed files with 666 additions and 78 deletions

View File

@ -45,7 +45,9 @@ public class MET08DDUPSFS6420 : LoggingUnitTesting, IDisposable
Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString());
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Staging()
{
@ -53,7 +55,7 @@ public class MET08DDUPSFS6420 : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MET08DDUPSFS6420", "v2.49.0"),
new("MET08DDUPSFS6420", "v2.49.2"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;