Files
ChanSort/Test.Loader.LG/LN/TestLN.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

26 lines
548 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLN : TestBase
{
[TestMethod]
public void TestLN5406_T224T_Sat76TR()
{
// "ThomasOhmes"
//this.GenerateTestFiles("LN/xxLN5406-ZA99999");
this.ExecuteTest("LN/xxLN5406-ZA99999");
}
[TestMethod]
public void TestLN5758_FW04_20_29__C260TR_Sat92TR()
{
// "MarkusLenz"
//this.GenerateTestFiles("LN/xxLN5758-ZE99999");
this.ExecuteTest("LN/xxLN5758-ZE99999");
}
}
}