Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Horst Beham committed Mar 27, 2021
1 parent 7da7768 commit 8c0d9d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Test.Loader.M3u/M3uTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ public void TestMethod1()
var ed = new Editor();
ed.DataRoot = ser.DataRoot;
ed.ChannelList = lists[0];

// reset the order so we can apply a reference list
foreach (var chan in lists[0].Channels)
chan.NewProgramNr = -1;

//ed.ApplyReferenceList(refSer.DataRoot);
ed.ApplyReferenceList(refSer.DataRoot, refSer.DataRoot.ChannelLists.First(), 0, lists[0], 0,false, 0, null, true, false);

Expand Down

0 comments on commit 8c0d9d7

Please sign in to comment.