]> git.sesse.net Git - vlc/blob - test/NativeI18NTest.py
Mostly revert [25311], [25313].
[vlc] / test / NativeI18NTest.py
1 import unittest
2
3 import native_libvlc_test
4
5 class NativeI18NTestCase( unittest.TestCase ):
6     def testi18n_atof( self ):
7         """[I18N] Test i18n_atof"""
8         native_libvlc_test.i18n_atof_test()