dotnet test -c Release

Passed!  - Failed:     0, Passed:    36, Skipped:   118, Total:   154
This commit is contained in:
2023-01-25 13:34:30 -07:00
parent 99e0414d60
commit a918b50d7b
15 changed files with 374 additions and 416 deletions

View File

@ -138,7 +138,7 @@ public class RsM : LoggingUnitTesting, IDisposable
LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
}
#if true
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -151,11 +151,11 @@ public class RsM : LoggingUnitTesting, IDisposable
new("CDE3", "v2.47.0"),
new("CDE4", "v2.47.0"),
new("CDE5", "v2.47.0"),
new("CDE6", "v2.47.0"),
new("CDE6", "v2.47.2"),
new("CDE3-EQPT", "v2.47.0"),
new("CDE4-EQPT", "v2.47.0"),
new("CDE5-EQPT", "v2.47.0"),
new("CDE6-EQPT", "v2.47.0"),
new("CDE6-EQPT", "v2.47.2"),
};
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;