Files
ChanSort/Test.Loader.LG/PT/TestPT.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
337 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestPT : TestBase
{
[TestMethod]
public void TestPT3553S_AC180TR()
{
// "MarioAntonioLiptaj"
//this.GenerateTestFiles("PT/xxPT353-ZA00001");
this.ExecuteTest("PT/xxPT353-ZA00001");
}
}
}