Changeset 2067e26ab4694f2562742b19cd8e93493274ba46
- Timestamp:
- 03/14/08 00:12:46
(4 months ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1205449966 +0100
- git-parent:
[5057a7c4008696b6d07d8169931e18a161a27fe3]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1205449966 +0100
- Message:
libvlc core release test added
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8015def |
r2067e26 |
|
| 46 | 46 | } |
|---|
| 47 | 47 | |
|---|
| | 48 | @Test |
|---|
| | 49 | public void testRelease() throws Exception |
|---|
| | 50 | { |
|---|
| | 51 | libvlc_exception_t exception = new libvlc_exception_t(); |
|---|
| | 52 | LibVlcInstance libvlcInstance = instance.libvlc_new(0, new String[] {}, exception); |
|---|
| | 53 | instance.libvlc_release(libvlcInstance); |
|---|
| | 54 | } |
|---|
| | 55 | |
|---|
| 48 | 56 | } |
|---|