mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-27 11:47:34 +00:00
Move translate_artist from mbxml to utils -- fixes TranslateArtistTest.
This commit is contained in:
@@ -75,7 +75,7 @@ class ShortFilenameTest(unittest.TestCase):
|
||||
|
||||
|
||||
class TranslateArtistTest(unittest.TestCase):
|
||||
|
||||
|
||||
def test_latin(self):
|
||||
self.failUnlessEqual(u"Jean Michel Jarre", util.translate_artist(u"Jean Michel Jarre", u"Jarre, Jean Michel"))
|
||||
self.failIfEqual(u"Jarre, Jean Michel", util.translate_artist(u"Jean Michel Jarre", u"Jarre, Jean Michel"))
|
||||
|
||||
Reference in New Issue
Block a user