Changeset 443
- Timestamp:
- 21-05-11 14:44:23 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
morituri/test/test_program_cdparanoia.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r442 r443 1 2011-05-21 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * morituri/test/test_program_cdparanoia.py: 4 Update expected quality percentage. 5 Was broken since its commit in [432]. 6 1 7 2011-05-21 Thomas Vander Stichele <thomas at apestaart dot org> 2 8 -
trunk/morituri/test/test_program_cdparanoia.py
r432 r443 39 39 40 40 q = '%.01f %%' % (self._parser.getTrackQuality() * 100.0, ) 41 self.assertEquals(q, ' 99.7%')41 self.assertEquals(q, '79.6 %') 42 42
Note: See TracChangeset
for help on using the changeset viewer.
