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
268 B
C#
16 lines
268 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace Test.Loader.LG
|
|
{
|
|
[TestClass]
|
|
public class TestDM : TestBase
|
|
{
|
|
[TestMethod]
|
|
public void Test2350D_AC164TR()
|
|
{
|
|
// "opel"
|
|
this.ExecuteTest("DM/xx2350D-PZM00001");
|
|
}
|
|
}
|
|
}
|