Files
ChanSort/Test.Loader.LG/LT/TestLT.cs
2013-07-23 20:53:59 +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");
}
}
}