mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-17 04:42:05 +01:00
- added support for Samsung map-CablePrime_D channel list - fixed loading of Samsung files which only contain a map-AstraHDPlusD channel list
17 lines
337 B
C#
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");
|
|
}
|
|
}
|
|
}
|