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

26 lines
548 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLN : TestBase
{
[TestMethod]
public void TestLN5406_T224T_Sat76TR()
{
// "ThomasOhmes"
//this.GenerateTestFiles("LN/xxLN5406-ZA99999");
this.ExecuteTest("LN/xxLN5406-ZA99999");
}
[TestMethod]
public void TestLN5758_FW04_20_29__C260TR_Sat92TR()
{
// "MarkusLenz"
//this.GenerateTestFiles("LN/xxLN5758-ZE99999");
this.ExecuteTest("LN/xxLN5758-ZE99999");
}
}
}