Files
ChanSort/Test.Loader.LG/LE/TestLE.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

17 lines
323 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.Loader.LG
{
[TestClass]
public class TestLE : TestBase
{
[TestMethod]
public void TestLE5500_A176T()
{
// "JLevi"
//this.GenerateTestFiles("LE/xxLE5500-ZA00002");
this.ExecuteTest("LE/xxLE5500-ZA00002");
}
}
}