Add test to check that uris are set

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

View File

@ -7,6 +7,9 @@ class BaseCurrentPlaylistControllerTest(object):
def setUp(self):
self.backend = self.backend_class()
def test_uri_set(self):
self.assert_(self.uris)
def test_add(self):
playlist = self.backend.current_playlist