Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
6f2087f1
Commit
6f2087f1
authored
Dec 21, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jvlc: comment tests that never return (needs to be fixed on libvlc)
parent
5a8e051f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
...java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
+2
-3
No files found.
bindings/java/core/src/test/java/org/videolan/jvlc/LoggerTest.java
View file @
6f2087f1
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment