mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-13 01:35:37 +02:00
- added unit tests for Enigma2 and Grundig loaders
- added round-trip unit test for all loaders to check reordering channels and favorites, saving and reloading - internal code clean-up regarding different favorite list modes (none vs. flags vs. ordered per source vs. mixed source)
This commit is contained in:
@@ -104,5 +104,14 @@ namespace Test.Loader.Samsung.Zip
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region TestChannelAndFavListEditing
|
||||
[TestMethod]
|
||||
public void TestChannelAndFavListEditing()
|
||||
{
|
||||
var tempFile = TestUtils.DeploymentItem("Test.Loader.Samsung\\Zip\\TestFiles\\Channel_list_T-KTMDEUC-1132.6.zip");
|
||||
RoundtripTest.TestChannelAndFavListEditing(tempFile, new SamsungPlugin());
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user