Files
ChanSort/Test.Loader.LG/LA/TestLA.cs
hbeham 1754af3aeb - support for new TLL format of LA/LN firmware 04.20.29
- setting "moved" flag for LG DVB-C/T channels
- setting LCN to 0
2013-12-15 18:42:08 +01:00

33 lines
721 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLA : TestBase
{
[TestMethod]
public void TestLA7408_C256TR_Sat92()
{
// "KaiKlau"
//this.GenerateTestFiles("LA/xxLA7408-ZB00001");
this.ExecuteTest("LA/xxLA7408-ZB00001");
}
[TestMethod]
public void TestLA7408_Sat92TR()
{
// "martiko"
//this.GenerateTestFiles("LA/xxLA7408-ZB00002");
this.ExecuteTest("LA/xxLA7408-ZB00002");
}
[TestMethod]
public void TestLA7408_Firmware04_20_29()
{
// "DanGmail"
//this.GenerateTestFiles("LA/xxLA691S-ZA00004");
this.ExecuteTest("LA/xxLA691S-ZA00004");
}
}
}