]> kaliko git repositories - mpd-sima.git/blobdiff - tests/test_simastr.py
More robust client2client discovery
[mpd-sima.git] / tests / test_simastr.py
index c62af396cc3b35bd38b48506fed6e30f2b971319..88b8b9774f7d60fe0b64db147589b9836aa60858 100644 (file)
@@ -25,10 +25,13 @@ 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:
             assertfunc(fuzzystr(sta, stb), '"{0}" == "{1}"'.format(sta, stb))
 
 # vim: ai ts=4 sw=4 sts=4 expandtab
-