adding events to playback tests
This commit is contained in:
parent
6f482f14d3
commit
81ded7eb7c
@ -165,7 +165,7 @@ namespace Selector.Tests
|
|||||||
// // to raise
|
// // to raise
|
||||||
// new List<string>(){ "PlayingChange" },
|
// new List<string>(){ "PlayingChange" },
|
||||||
// // to not raise
|
// // to not raise
|
||||||
// new List<string>(){ "AlbumChange", "ArtistChange", "ContentChange", "ContextChange", "ItemChange" }
|
// new List<string>(){ "AlbumChange", "ArtistChange", "ContentChange", "ContextChange", "ItemChange", "DeviceChange", "VolumeChange" }
|
||||||
// },
|
// },
|
||||||
// // STARTED PLAYBACK
|
// // STARTED PLAYBACK
|
||||||
// new object[] { new List<CurrentlyPlayingContext>(){
|
// new object[] { new List<CurrentlyPlayingContext>(){
|
||||||
@ -175,7 +175,7 @@ namespace Selector.Tests
|
|||||||
// // to raise
|
// // to raise
|
||||||
// new List<string>(){ "PlayingChange" },
|
// new List<string>(){ "PlayingChange" },
|
||||||
// // to not raise
|
// // to not raise
|
||||||
// new List<string>(){ "AlbumChange", "ArtistChange", "ContentChange", "ContextChange", "ItemChange" }
|
// new List<string>(){ "AlbumChange", "ArtistChange", "ContentChange", "ContextChange", "ItemChange", "DeviceChange", "VolumeChange" }
|
||||||
// }
|
// }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user