MM2: cosmetic changes

This commit is contained in:
Rudi Grinberg 2012-08-28 11:59:32 -04:00
parent c1505f8bd2
commit e21c9788da
1 changed files with 5 additions and 5 deletions

View File

@ -77,9 +77,9 @@ class TestMMP(unittest.TestCase):
normalized['MDATA_KEY_BITRATE'] = u'256000'
opath = mmp.organized_path(old_path, "/srv/airtime/stor/",
normalized)
# TODO : add a better test than this...
self.assertTrue( len(opath) > 0 )
def test_file_md5(self):
p = os.path.realpath(__file__)
m1 = mmp.file_md5(p)