Files
ChanSort/Test.Loader.LG/LP/TestLP.cs
hbeham df59285d07 - support for Samsung FreesatD channel list
- support for LG LP series (hotel TV)
- hotel-mode/dtv-update flag editable for all known LG models
- added skip/hide column to left list
- use color in left grid to indicate skipped/hidden channels
2013-10-07 16:32:16 +02:00

17 lines
334 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLP : TestBase
{
[TestMethod]
public void TestLP632H_Sat76TR()
{
// "KristianStolze"
//this.GenerateTestFiles("LP/xxLP632H-ZA00001");
this.ExecuteTest("LP/xxLP632H-ZA00001");
}
}
}