Commit 9c24ad3e authored by Filippo Carone's avatar Filippo Carone

use the sync_instance library for tests too

parent b7c2f1b5
......@@ -34,7 +34,7 @@ import org.videolan.jvlc.internal.LibVlc.libvlc_exception_t;
public class LibVlcCoreTest
{
private LibVlc instance = LibVlc.INSTANCE;
private LibVlc instance = LibVlc.SYNC_INSTANCE;
@Test
public void testNew() throws Exception
......
......@@ -39,7 +39,7 @@ import org.videolan.jvlc.internal.LibVlc.libvlc_exception_t;
public class MediaListTest
{
private LibVlc libvlc = LibVlc.INSTANCE;
private LibVlc libvlc = LibVlc.SYNC_INSTANCE;
private LibVlcInstance libvlcInstance;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment