mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
17 lines
326 B
C#
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");
|
|
}
|
|
}
|
|
}
|