Files
ChanSort/source/Test.Loader.LG/PN/TestPN.cs

17 lines
326 B
C#
Raw Normal View History

2013-08-21 00:19:26 +02:00
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");
}
}
}