Switch to wav test files for gstreamer tests

This commit is contained in:
Thomas Adamcik 2010-04-14 23:22:08 +02:00
parent 5bd6bf455b
commit c535c22884

View File

@ -10,7 +10,7 @@ from tests.backends.base import (BasePlaybackControllerTest,
folder = os.path.dirname(__file__)
folder = os.path.join(folder, '..', 'data')
folder = os.path.abspath(folder)
song = os.path.join(folder, 'song%s.mp3')
song = os.path.join(folder, 'song%s.wav')
song = 'file://' + song
# FIXME can be switched to generic test