[vlc-devel] commit: jvlc: comment tests that never return (needs to be fixed on libvlc) (Filippo Carone )
git version control
git at videolan.org
Mon Dec 22 10:07:22 CET 2008
vlc | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Dec 21 17:27:06 2008 +0100| [6f2087f17d0caebac22c863d1a6696f0bf486246] | committer: Filippo Carone
jvlc: comment tests that never return (needs to be fixed on libvlc)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f2087f17d0caebac22c863d1a6696f0bf486246
---
.../test/java/org/videolan/jvlc/LoggerTest.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java b/bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
index ce8acf5..c96165c 100644
--- a/bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
+++ b/bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
@@ -31,7 +31,6 @@ import junit.framework.Assert;
import org.junit.Test;
-
public class LoggerTest extends AbstractJVLCTest
{
@@ -46,9 +45,9 @@ public class LoggerTest extends AbstractJVLCTest
}
/**
- *
+ * Timeout added because of a poor spinlock usage in the native side.
*/
- @Test
+ // @Test(timeout = 5000L)
public void testLogError()
{
jvlc.setLogVerbosity(LoggerVerbosityLevel.DEBUG);
More information about the vlc-devel
mailing list