Tests Failed

This commit is contained in:
2024-04-29 15:24:34 -07:00
parent 6f48f4890e
commit f798e59451
11 changed files with 195 additions and 24 deletions

View File

@ -64,7 +64,7 @@ public class MET08AWCT : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MET08AWCT", "v2.52.0"),
new("MET08AWCT", "v2.56.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
@ -82,7 +82,9 @@ public class MET08AWCT : LoggingUnitTesting, IDisposable
NonThrowTryCatch();
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Staging()
{
@ -90,7 +92,7 @@ public class MET08AWCT : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("MET08AWCT", "v2.52.0"),
new("MET08AWCT", "v2.56.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;

View File

@ -64,13 +64,13 @@ public class WC : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("WC6INCH1-EQPT", "v2.52.0"),
new("WC6INCH2-EQPT", "v2.52.0"),
new("WC6INCH3-EQPT", "v2.52.0"),
new("WC6INCH4-EQPT", "v2.52.0"),
new("WC8INCH1-EQPT", "v2.52.0"),
new("WC8INCH2-EQPT", "v2.52.0"),
new("WC8INCH3-EQPT", "v2.52.0"),
new("WC6INCH1-EQPT", "v2.56.0"),
new("WC6INCH2-EQPT", "v2.56.0"),
new("WC6INCH3-EQPT", "v2.56.0"),
new("WC6INCH4-EQPT", "v2.56.0"),
new("WC8INCH1-EQPT", "v2.56.0"),
new("WC8INCH2-EQPT", "v2.56.0"),
new("WC8INCH3-EQPT", "v2.56.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
@ -88,7 +88,9 @@ public class WC : LoggingUnitTesting, IDisposable
NonThrowTryCatch();
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Staging()
{
@ -96,13 +98,13 @@ public class WC : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("WC6INCH1-EQPT", "v2.52.0"),
new("WC6INCH2-EQPT", "v2.52.0"),
new("WC6INCH3-EQPT", "v2.52.0"),
new("WC6INCH4-EQPT", "v2.52.0"),
new("WC8INCH1-EQPT", "v2.52.0"),
new("WC8INCH2-EQPT", "v2.52.0"),
new("WC8INCH3-EQPT", "v2.52.0"),
new("WC6INCH1-EQPT", "v2.56.0"),
new("WC6INCH2-EQPT", "v2.56.0"),
new("WC6INCH3-EQPT", "v2.56.0"),
new("WC6INCH4-EQPT", "v2.56.0"),
new("WC8INCH1-EQPT", "v2.56.0"),
new("WC8INCH2-EQPT", "v2.56.0"),
new("WC8INCH3-EQPT", "v2.56.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;