v2.57.0
This commit is contained in:
@ -64,7 +64,7 @@ public class MET08AWCT : LoggingUnitTesting, IDisposable
|
||||
StringBuilder results = new();
|
||||
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
||||
{
|
||||
new("MET08AWCT", "v2.56.0"),
|
||||
new("MET08AWCT", "v2.57.0"),
|
||||
};
|
||||
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
|
||||
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
||||
|
@ -64,13 +64,13 @@ public class WC : LoggingUnitTesting, IDisposable
|
||||
StringBuilder results = new();
|
||||
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
|
||||
{
|
||||
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"),
|
||||
new("WC6INCH1-EQPT", "v2.57.0"),
|
||||
new("WC6INCH2-EQPT", "v2.57.0"),
|
||||
new("WC6INCH3-EQPT", "v2.57.0"),
|
||||
new("WC6INCH4-EQPT", "v2.57.0"),
|
||||
new("WC8INCH1-EQPT", "v2.57.0"),
|
||||
new("WC8INCH2-EQPT", "v2.57.0"),
|
||||
new("WC8INCH3-EQPT", "v2.57.0"),
|
||||
};
|
||||
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
|
||||
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
|
||||
|
Reference in New Issue
Block a user