Changeset 8518a8613db00dd9556e4c26265e116d37ab97f4
- Timestamp:
- 03/31/08 18:27:07
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206980827 +0300
- git-parent:
[aa39d52bc98d8060311e0e77fd83b0f447b90386]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206980827 +0300
- Message:
Remove failing and broken-by-design test
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r313a874 |
r8518a86 |
|
| 317 | 317 | static void test_media_player_play_stop(const char** argv, int argc) |
|---|
| 318 | 318 | { |
|---|
| | 319 | #if 0 |
|---|
| 319 | 320 | libvlc_instance_t *vlc; |
|---|
| 320 | 321 | libvlc_media_t *md; |
|---|
| … | … | |
| 353 | 354 | libvlc_release (vlc); |
|---|
| 354 | 355 | catch (); |
|---|
| | 356 | #endif |
|---|
| 355 | 357 | } |
|---|
| 356 | 358 | |
|---|