Files
ChanSort/Test.Loader.LG/CS/TestCS.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

17 lines
333 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestCS : TestBase
{
[TestMethod]
public void TestCS460S_Sat68TR()
{
// "FranzSteinert"
//this.GenerateTestFiles("CS/xxCS460S-ZA00001");
this.ExecuteTest("CS/xxCS460S-ZA00001");
}
}
}