mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 13:26:50 +01:00
Blaupunkt, Dyon, Hisense, Sharp and many others using DVBS_Program.csv, DVBS_CHANNEL_TABLE.csv, MSxxxx_DVBS_CHANNEL_TABLE.csv:
- added support for Hisense .csv files with 6 columns including "channel number" and "LCN" - using separate lists for DTV, Radio and Data, which all start with 1
This commit is contained in:
@@ -24,6 +24,15 @@ namespace Test.Loader.Sharp
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region TestChannelAndFavListEditing_6
|
||||
[TestMethod]
|
||||
public void TestChannelAndFavListEditing_6()
|
||||
{
|
||||
var tempFile = TestUtils.DeploymentItem("Test.Loader.Sharp\\TestFiles\\DVBS_Program6.csv");
|
||||
RoundtripTest.TestChannelAndFavListEditing(tempFile, new SharpPlugin());
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region TestChannelAndFavListEditing_7
|
||||
[TestMethod]
|
||||
public void TestChannelAndFavListEditing_7()
|
||||
|
||||
Reference in New Issue
Block a user