mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 11:26:19 +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:
@@ -30,9 +30,8 @@ namespace ChanSort.Loader.Grundig
|
||||
this.Features.CanSaveAs = false;
|
||||
this.Features.AllowGapsInFavNumbers = false;
|
||||
this.Features.CanEditFavListNames = false;
|
||||
this.Features.SortedFavorites = true;
|
||||
this.Features.MixedSourceFavorites = false;
|
||||
this.Features.SupportedFavorites = Favorites.A | Favorites.B | Favorites.C | Favorites.D;
|
||||
this.Features.FavoritesMode = FavoritesMode.OrderedPerSource;
|
||||
this.Features.MaxFavoriteLists = 4;
|
||||
|
||||
|
||||
this.DataRoot.AddChannelList(this.terrChannels);
|
||||
|
||||
Reference in New Issue
Block a user