mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-12 10:22:04 +01:00
17 lines
329 B
C#
17 lines
329 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG.Binary
|
|
{
|
|
[TestClass]
|
|
public class TestLD : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestLD750_AC176TR()
|
|
{
|
|
// "karlv"
|
|
//this.GenerateTestFiles("LD/xxLD750-ZA00001");
|
|
this.ExecuteTest("LD/xxLD750-ZA00001");
|
|
}
|
|
}
|
|
}
|