Files

17 lines
331 B
C#
Raw Permalink Normal View History

2013-07-23 20:53:59 +02:00
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG.Binary
2013-07-23 20:53:59 +02:00
{
[TestClass]
public class TestLT : TestBase
{
[TestMethod]
public void TestLT380H_AC212TR()
{
// SJahre
//this.GenerateTestFiles("LT/xxLT380H-ZA00001");
this.ExecuteTest("LT/xxLT380H-ZA00001");
}
}
}