]> git.sesse.net Git - vlc/blobdiff - bindings/java/core/src/test/java/org/videolan/jvlc/internal/MediaDescriptorTest.java
unit tests update
[vlc] / bindings / java / core / src / test / java / org / videolan / jvlc / internal / MediaDescriptorTest.java
index cef385220e4aa18747c66c6844dcc3b2463e3e5c..f2ce1669e7530169b3e81bc20b2374134cb7a2f1 100644 (file)
@@ -48,7 +48,7 @@ public class MediaDescriptorTest
     public void testSetup()
     {
         libvlc_exception_t exception = new libvlc_exception_t();
-        libvlcInstance = libvlc.libvlc_new(0, new String[]{}, exception);
+        libvlcInstance = libvlc.libvlc_new(0, new String[]{"-I","dummy","--aout=dummy","--vout=dummy"}, exception);
     }
 
     @After