]> git.sesse.net Git - vlc/blobdiff - bindings/java/core/src/test/java/org/videolan/jvlc/internal/LibVlcCoreTest.java
unit tests update
[vlc] / bindings / java / core / src / test / java / org / videolan / jvlc / internal / LibVlcCoreTest.java
index 3d38696c2e9872a2b217c0d1e02f76ec58903a0a..a3f122dfe125c4e4f9ef7cb2df36de784c9315d4 100644 (file)
@@ -40,7 +40,7 @@ public class LibVlcCoreTest
     public void testNew() throws Exception
     {
         libvlc_exception_t exception = new libvlc_exception_t();
-        LibVlcInstance libvlcInstance = instance.libvlc_new(0, new String[] {}, exception);
+        LibVlcInstance libvlcInstance = instance.libvlc_new(0, new String[] {"-I","dummy","--aout=dummy","--vout=dummy"}, exception);
         Assert.assertNotNull(libvlcInstance);
         Assert.assertEquals(0, exception.raised);
     }