dotnet test -c Release
Passed! - Failed: 0, Passed: 36, Skipped: 118, Total: 154
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user