mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
limit to 80-character lines
--HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%40121
This commit is contained in:
parent
647bd33b8e
commit
7d7c625091
1 changed files with 9 additions and 8 deletions
|
|
@ -78,7 +78,8 @@ def MakeWritingTest(path, correct_dict, field, testsuffix='_test'):
|
|||
|
||||
# ... and that no other field was changed.
|
||||
else:
|
||||
# The value should be what it was originally most of the time.
|
||||
# The value should be what it was originally most of the
|
||||
# time.
|
||||
correct = correct_dict[readfield]
|
||||
|
||||
# The date field, however, is modified when its components
|
||||
|
|
@ -130,8 +131,8 @@ correct_dicts = {
|
|||
'comp': True
|
||||
},
|
||||
|
||||
# Additional coverage for common cases when "total" fields are unset. Created
|
||||
# with iTunes.
|
||||
# Additional coverage for common cases when "total" fields are unset.
|
||||
# Created with iTunes.
|
||||
'partial': {
|
||||
'track': 2,
|
||||
'tracktotal': 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue