treat tag values as strings in ReadWriteTestBase

This commit is contained in:
Johnny Robeson 2016-06-17 23:58:35 -04:00
parent a1609ec548
commit 66431ab4de

View file

@ -695,7 +695,7 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin,
# ReplayGain is float
tags[key] = 1.0
else:
tags[key] = b'value\u2010%s' % key
tags[key] = 'value\u2010%s' % key
for key in ['disc', 'disctotal', 'track', 'tracktotal', 'bpm']:
tags[key] = 1