mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 19:18:14 +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:
@@ -95,5 +95,13 @@ namespace Test.Loader.Hisense.ChannelDb
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region TestChannelAndFavListEditing
|
||||
[TestMethod]
|
||||
public void TestChannelAndFavListEditing()
|
||||
{
|
||||
var tempFile = TestUtils.DeploymentItem("Test.Loader.Hisense\\ChannelDb\\TestFiles\\" + "channel.db");
|
||||
RoundtripTest.TestChannelAndFavListEditing(tempFile, new HisensePlugin());
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user