]> kaliko git repositories - mpd-sima.git/commitdiff
Add "live" prefix in simastr tests
authorkaliko <kaliko@azylum.org>
Sat, 28 Jun 2014 10:48:05 +0000 (12:48 +0200)
committerkaliko <kaliko@azylum.org>
Sat, 28 Jun 2014 10:48:05 +0000 (12:48 +0200)
tests/test_simastr.py

index ebd44f08944f34e672c643e2c69ac0152d74d4a3..88b8b9774f7d60fe0b64db147589b9836aa60858 100644 (file)
@@ -25,6 +25,10 @@ class TestSequenceFunctions(unittest.TestCase):
                     'Desert Sessions And PJ Harvey',
                     self.assertTrue
                     ),
                     '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:
                 ]
         sima.lib.simastr.SimaStr.diafilter = True
         for sta, stb, assertfunc in tests: