]> git.sesse.net Git - vlc/blobdiff - test/NativeLibvlcTest.py
* modules/demux/asf/* use index for seeking if available and if there's a video track.
[vlc] / test / NativeLibvlcTest.py
index dbcd9ee375ff6939eebf7ba9ea1a3add17eebb56..2e213fa64cfc0184e912e924a04202065b8ca0d2 100644 (file)
@@ -3,15 +3,18 @@ import unittest
 import native_libvlc_test
 
 class NativeLibvlcTestCase( unittest.TestCase ):
-    def testException( self ):
+    def testTls( self ):
+        """[Thread] Set TLS"""
+        native_libvlc_test.threadvar_test()
+    def test1Exception( self ):
         """[LibVLC] Checks libvlc_exception"""
 #      native_libvlc_test.exception_test()
-    def testStartup( self ):
+    def test2Startup( self ):
         """[LibVLC] Checks creation/destroy of libvlc"""
 #      native_libvlc_test.create_destroy()
-    def testPlaylist( self ):
+    def test3Playlist( self ):
         """[LibVLC] Checks basic playlist interaction"""
 #      native_libvlc_test.playlist_test()
-    def testVLM( self ):
+    def test4VLM( self ):
         """[LibVLC] Checks VLM wrapper"""
 #      native_libvlc_test.vlm_test()