[vlc-devel] commit: more libvlc_media_list_player tests (Filippo Carone )
Pierre d'Herbemont
pdherbemont at free.fr
Wed Mar 19 14:36:54 CET 2008
On Mar 19, 2008, at 2:10 PM, git version control wrote:
> /**
> - * this fails: see https://trac.videolan.org/vlc/attachment/ticket/1527
> + * this fails: see https://trac.videolan.org/vlc/ticket/1527
> */
> - @Test
> +// @Test
> public void mediaListPlayerPlay()
> {
> libvlc_exception_t exception = new libvlc_exception_t();
> @@ -125,7 +125,7 @@ public class MediaListPlayerTest
> libvlc.libvlc_media_list_player_play(mediaListPlayer,
> exception);
> Assert.assertEquals("Exception message: " +
> exception.message + ".\n", 0, exception.raised);
> }
Is this test really failing? now that libvlc throw an exception it's
the normal behaviour, no?
Pierre.
More information about the vlc-devel
mailing list