mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
26 lines
548 B
C#
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");
|
|
}
|
|
|
|
}
|
|
}
|