@@ -318,29 +318,29 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin,
318
318
"""
319
319
320
320
full_initial_tags = {
321
- 'title' : u'full' ,
322
- 'artist' : u'the artist' ,
323
- 'album' : u'the album' ,
324
- 'genre' : u'the genre' ,
325
- 'composer' : u'the composer' ,
326
- 'grouping' : u'the grouping' ,
327
- 'year' : 2001 ,
328
- 'month' : None ,
329
- 'day' : None ,
330
- 'date' : datetime .date (2001 , 1 , 1 ),
331
- 'track' : 2 ,
332
- 'tracktotal' : 3 ,
333
- 'disc' : 4 ,
334
- 'disctotal' : 5 ,
335
- 'lyrics' : u'the lyrics' ,
336
- 'comments' : u'the comments' ,
337
- 'bpm' : 6 ,
338
- 'comp' : True ,
339
- 'mb_trackid' : '8b882575-08a5-4452-a7a7-cbb8a1531f9e' ,
340
- 'mb_albumid' : '9e873859-8aa4-4790-b985-5a953e8ef628' ,
341
- 'mb_artistid' : '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea' ,
342
- 'art' : None ,
343
- 'label' : u'the label' ,
321
+ 'title' : u'full' ,
322
+ 'artist' : u'the artist' ,
323
+ 'album' : u'the album' ,
324
+ 'genre' : u'the genre' ,
325
+ 'composer' : u'the composer' ,
326
+ 'grouping' : u'the grouping' ,
327
+ 'year' : 2001 ,
328
+ 'month' : None ,
329
+ 'day' : None ,
330
+ 'date' : datetime .date (2001 , 1 , 1 ),
331
+ 'track' : 2 ,
332
+ 'tracktotal' : 3 ,
333
+ 'disc' : 4 ,
334
+ 'disctotal' : 5 ,
335
+ 'lyrics' : u'the lyrics' ,
336
+ 'comments' : u'the comments' ,
337
+ 'bpm' : 6 ,
338
+ 'comp' : True ,
339
+ 'mb_trackid' : '8b882575-08a5-4452-a7a7-cbb8a1531f9e' ,
340
+ 'mb_albumid' : '9e873859-8aa4-4790-b985-5a953e8ef628' ,
341
+ 'mb_artistid' : '7cf0ea9d-86b9-4dad-ba9e-2355a64899ea' ,
342
+ 'art' : None ,
343
+ 'label' : u'the label' ,
344
344
}
345
345
346
346
tag_fields = [
0 commit comments