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

17 lines
324 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLT : TestBase
{
[TestMethod]
public void TestLT380H_AC212TR()
{
// SJahre
//this.GenerateTestFiles("LT/xxLT380H-ZA00001");
this.ExecuteTest("LT/xxLT380H-ZA00001");
}
}
}