2013-05-05 22:40:57 +02:00
|
|
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Test.Loader.LG
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestClass]
|
|
|
|
|
|
public class TestLA : TestBase
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLA7408_C256TR_Sat92()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
|
|
|
|
|
// "KaiKlau"
|
|
|
|
|
|
//this.GenerateTestFiles("LA/xxLA7408-ZB00001");
|
|
|
|
|
|
this.ExecuteTest("LA/xxLA7408-ZB00001");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
2013-05-07 00:27:17 +02:00
|
|
|
|
public void TestLA7408_Sat92TR()
|
2013-05-05 22:40:57 +02:00
|
|
|
|
{
|
|
|
|
|
|
// "martiko"
|
|
|
|
|
|
//this.GenerateTestFiles("LA/xxLA7408-ZB00002");
|
|
|
|
|
|
this.ExecuteTest("LA/xxLA7408-ZB00002");
|
|
|
|
|
|
}
|
2013-12-15 18:42:08 +01:00
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
|
|
|
|
|
public void TestLA7408_Firmware04_20_29()
|
|
|
|
|
|
{
|
|
|
|
|
|
// "DanGmail"
|
|
|
|
|
|
//this.GenerateTestFiles("LA/xxLA691S-ZA00004");
|
|
|
|
|
|
this.ExecuteTest("LA/xxLA691S-ZA00004");
|
|
|
|
|
|
}
|
2013-05-05 22:40:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|