Changeset 8518a8613db00dd9556e4c26265e116d37ab97f4

Show
Ignore:
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
  • src/control/testapi.c

    r313a874 r8518a86  
    317317static void test_media_player_play_stop(const char** argv, int argc) 
    318318{ 
     319#if 0 
    319320    libvlc_instance_t *vlc; 
    320321    libvlc_media_t *md; 
     
    353354    libvlc_release (vlc); 
    354355    catch (); 
     356#endif 
    355357} 
    356358