mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 19:02:05 +01:00
- added unit tests for loading and saving TLLs of various LG models - added "Save reference list" menu item
16 lines
278 B
C#
16 lines
278 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestCS : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void TestCS460S_Sat68TR()
|
|
{
|
|
// "FranzSteinert"
|
|
this.ExecuteTest("CS/xxCS460S-ZA00001");
|
|
}
|
|
}
|
|
}
|