Files
ChanSort/Test.Loader.LG/LA/TestLA.cs
hbeham ede6144d91 - completed unit tests from LG models
- fixed handling of broken files with circular linked-channel-list
2013-05-07 00:27:17 +02:00

25 lines
520 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLA : TestBase
{
[TestMethod]
public void TestLA7408_C256TR_Sat92()
{
// "KaiKlau"
//this.GenerateTestFiles("LA/xxLA7408-ZB00001");
this.ExecuteTest("LA/xxLA7408-ZB00001");
}
[TestMethod]
public void TestLA7408_Sat92TR()
{
// "martiko"
//this.GenerateTestFiles("LA/xxLA7408-ZB00002");
this.ExecuteTest("LA/xxLA7408-ZB00002");
}
}
}