Files
ChanSort/Test.Loader.LG/DM/TestDM.cs
hbeham e0b0c8f114 - renamed project directories
- added unit tests for loading and saving TLLs of various LG models
- added "Save reference list" menu item
2013-05-05 22:40:57 +02:00

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");
}
}
}