]> git.sesse.net Git - vlc/commitdiff
testapi: Don't disable test.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 2 Apr 2008 22:55:10 +0000 (00:55 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 2 Apr 2008 22:55:40 +0000 (00:55 +0200)
src/control/testapi.c

index d84b7868e6a93e5d1cb214d60f8843773c73cdff..02acd8eeb7a955552e7f34a9a3e87fbc38a5e685 100644 (file)
@@ -318,7 +318,6 @@ static void test_events (const char ** argv, int argc)
 
 static void test_media_player_play_stop(const char** argv, int argc)
 {
-#if 0
     libvlc_instance_t *vlc;
     libvlc_media_t *md;
     libvlc_media_player_t *mi;
@@ -355,7 +354,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
 
     libvlc_release (vlc);
     catch ();
-#endif
 }
 
 static void test_media_player_pause_stop(const char** argv, int argc)