Files
ChanSort/source/Test.Loader.LG/PN/TestPN.cs
2015-06-04 13:31:43 +02:00

17 lines
326 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestPN : TestBase
{
[TestMethod]
public void TestPN6500_C212TR()
{
// "Backlit"
//this.GenerateTestFiles("PN/xxPN6500-ZB00001");
this.ExecuteTest("PN/xxPN6500-ZB00001");
}
}
}