Fix failing tests
This commit is contained in:
parent
e6a775e67c
commit
7b204b9208
@ -170,7 +170,7 @@ public class MET08RESISRP2100 : EAFLoggingUnitTesting
|
|||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Staging__v2_49_0__MET08RESISRP2100__Dummy()
|
public void Staging__v2_49_0__MET08RESISRP2100__Dummy()
|
||||||
{
|
{
|
||||||
string check = "637406068146286000.zip";
|
string check = "638191594841489860.zip";
|
||||||
MethodBase methodBase = new StackFrame().GetMethod();
|
MethodBase methodBase = new StackFrame().GetMethod();
|
||||||
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
|
||||||
_ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
_ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
|
||||||
|
@ -205,7 +205,7 @@ public class JSON : LoggingUnitTesting, IDisposable
|
|||||||
StringBuilder results = new();
|
StringBuilder results = new();
|
||||||
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
||||||
{
|
{
|
||||||
new("SRP2100", "v2.49.0"),
|
new("SRP", "v2.49.0"),
|
||||||
};
|
};
|
||||||
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
|
string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2";
|
||||||
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user