Files
ChanSort/Test.Loader.LG/LX/TestLX.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

17 lines
328 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLX : TestBase
{
[TestMethod]
public void TestLX9500_AC176TR()
{
// "JeanPaul"
//this.GenerateTestFiles("LX/xxLX9500-ZA00001");
this.ExecuteTest("LX/xxLX9500-ZA00001");
}
}
}