2013-05-07 12:20:38 +02:00
|
|
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Test.Loader.LG
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestClass]
|
|
|
|
|
|
public class TestLN : TestBase
|
|
|
|
|
|
{
|
|
|
|
|
|
[TestMethod]
|
2013-05-30 09:28:01 +02:00
|
|
|
|
public void TestLN5406_T224T_Sat76TR()
|
2013-05-07 12:20:38 +02:00
|
|
|
|
{
|
|
|
|
|
|
// "ThomasOhmes"
|
|
|
|
|
|
//this.GenerateTestFiles("LN/xxLN5406-ZA99999");
|
|
|
|
|
|
this.ExecuteTest("LN/xxLN5406-ZA99999");
|
|
|
|
|
|
}
|
2013-12-15 18:42:08 +01:00
|
|
|
|
|
|
|
|
|
|
[TestMethod]
|
|
|
|
|
|
public void TestLN5758_FW04_20_29__C260TR_Sat92TR()
|
|
|
|
|
|
{
|
|
|
|
|
|
// "MarkusLenz"
|
|
|
|
|
|
//this.GenerateTestFiles("LN/xxLN5758-ZE99999");
|
|
|
|
|
|
this.ExecuteTest("LN/xxLN5758-ZE99999");
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2013-05-07 12:20:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|