[Non-ACR][MediaController] Use unique playlist name 19/203019/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 9 Apr 2019 03:17:21 +0000 (12:17 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Tue, 9 Apr 2019 03:17:21 +0000 (12:17 +0900)
Change-Id: I561da626121092ec27f30c27dae2de211a189512

tct-suite-vs/Tizen.MediaController.Tests/testcase/TSPlaylistUpdatedEventArgs.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 32d0db9..97bc4ca
@@ -48,7 +48,7 @@ namespace Tizen.Multimedia.Remoting.Tests
                 MediaControlPlaylistMode.Updated - 1, "test", new MediaControlPlaylist("Song1")));
 
             Assert.Throws<ArgumentNullException>(() => new PlaylistUpdatedEventArgs(
-                  MediaControlPlaylistMode.Updated, null, new MediaControlPlaylist("Song1")));
+                  MediaControlPlaylistMode.Updated, null, new MediaControlPlaylist("Song2")));
 
             Assert.Throws<ArgumentNullException>(() => new PlaylistUpdatedEventArgs(
                   MediaControlPlaylistMode.Updated, "test", null));