Files
ChanSort/Test.Loader.LG/LN/TestLN.cs
hbeham cb17398270 - restrict channel name editor string length to supported max of current channel list
- added support for Samsung map-CablePrime_D channel list
- fixed loading of Samsung files which only contain a map-AstraHDPlusD channel list
2013-05-30 09:28:01 +02:00

17 lines
337 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");
}
}
}