mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 18:32:05 +01:00
17 lines
341 B
C#
17 lines
341 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG.Binary
|
|
{
|
|
[TestClass]
|
|
public class TestLP : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestLP632H_Sat76TR()
|
|
{
|
|
// "KristianStolze"
|
|
//this.GenerateTestFiles("LP/xxLP632H-ZA00001");
|
|
this.ExecuteTest("LP/xxLP632H-ZA00001");
|
|
}
|
|
}
|
|
}
|