Update the song1.ogg file

Provide the Ogg file that matches the MP3 file (i.e. the file from which it was
converted) in duration, specifically 4680 milliseconds.
(cherry picked from commit e42c359821c410f10251ead492659a1f9563d2d7)
This commit is contained in:
Zan Dobersek 2013-03-25 16:40:30 +01:00 committed by Stein Magnus Jodal
parent 7c115076b0
commit b2657566f4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -179,7 +179,7 @@ class ScannerTest(unittest.TestCase):
def test_duration_is_set(self):
self.scan('scanner/simple')
self.check('scanner/simple/song1.mp3', 'duration', 4680)
self.check('scanner/simple/song1.ogg', 'duration', 4608)
self.check('scanner/simple/song1.ogg', 'duration', 4680)
def test_artist_is_set(self):
self.scan('scanner/simple')