Fix typo in GStreamer test

This commit is contained in:
Thomas Adamcik 2010-02-07 05:25:21 +01:00
parent 5203ecdaf8
commit adab4c914d

View File

@ -6,7 +6,7 @@ from tests.backends import (BasePlaybackControllerTest,
BaseCurrentPlaylistControllerTest)
class GStreamerCurrentPlaylistHandlerTest(BaseCurrentPlaylistControllerTest, unittest.TestCase):
uri = ['file://data/song1.mp3',
uris = ['file://data/song1.mp3',
'file://data/song2.mp3',
'file://data/song3.mp3',
]