]> kaliko git repositories - mpd-sima.git/blobdiff - tests/test_simastr.py
Add "live" prefix in simastr tests
[mpd-sima.git] / tests / test_simastr.py
index ebd44f08944f34e672c643e2c69ac0152d74d4a3..88b8b9774f7d60fe0b64db147589b9836aa60858 100644 (file)
@@ -25,6 +25,10 @@ class TestSequenceFunctions(unittest.TestCase):
                     'Desert Sessions And PJ Harvey',
                     self.assertTrue
                     ),
+                (   'Smells like teen spirit',
+                    'Smells Like Teen Spirits (live)',
+                    self.assertTrue
+                    ),
                 ]
         sima.lib.simastr.SimaStr.diafilter = True
         for sta, stb, assertfunc in tests: