1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
vlc/test/NativeGcTest.py
Clément Stenac ed0b72e371 Merge back branch 0.8.6-playlist-vlm to trunk.
What is currently broken:
 * Some playlist demuxers (shout, dvb and pls)
 * DAAP
 * BeOS playlist
 * GPE playlist, I suppose

What has some trouble:
 * Meta handling in several demuxers (most notably TS)
 * Skins2 playlist (doesn't refresh correctly)
 * OS X playlist (see bigben's latest commits)
2006-05-14 18:29:00 +00:00

9 lines
169 B
Python

import unittest
import native_gc_test
class NativeGcTestCase( unittest.TestCase ):
def testGc( self ):
"""[GC] Test GC"""
native_gc_test.gc_test()