mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 02:17:10 +02:00
- W.I.P: Enigma2 lamedb / bouquets support for Linux based Set-Top-Boxes (Dreambox, VU+, Octagon, ...)
- Toshiba settingsDB.db: support for lists without analog tuner data (missing TADTunerDataTable) - Grunding: failed to load lists where the <Digital> element did not contain a <channels> child element - W.I.P: reworking the reference list system so that a simple list of channels can be applied to the main channel numbers or a particular favorite list. (The "Automatically reorder all lists" options currently does not work)
This commit is contained in:
@@ -88,9 +88,9 @@ namespace Test.Loader.Philips
|
||||
var ch8 = list.Channels.FirstOrDefault(ch => ch.RecordIndex == 8);
|
||||
Assert.IsTrue(ch8.IsDeleted);
|
||||
|
||||
Assert.AreEqual(1, ch4.OldFavIndex[0]);
|
||||
Assert.AreEqual(2, ch7.OldFavIndex[0]);
|
||||
Assert.AreEqual(3, ch3.OldFavIndex[0]);
|
||||
Assert.AreEqual(1, ch4.GetOldPosition(1));
|
||||
Assert.AreEqual(2, ch7.GetOldPosition(1));
|
||||
Assert.AreEqual(3, ch3.GetOldPosition(1));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user