[vlc-devel] commit: Remove failing and broken-by-design test ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Mar 31 18:27:09 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Mar 31 19:27:07 2008 +0300| [8518a8613db00dd9556e4c26265e116d37ab97f4]
Remove failing and broken-by-design test
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8518a8613db00dd9556e4c26265e116d37ab97f4
---
src/control/testapi.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/control/testapi.c b/src/control/testapi.c
index 568d50e..416e5c8 100644
--- a/src/control/testapi.c
+++ b/src/control/testapi.c
@@ -316,6 +316,7 @@ 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;
@@ -352,6 +353,7 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_release (vlc);
catch ();
+#endif
}
int main (int argc, char *argv[])
More information about the vlc-devel
mailing list