* morituri/image/toc.py:

Calculate the leadout from the sum of the track lengths.
	* morituri/test/breeders.cue:
	* morituri/test/cure.cue:
	  Adapt expected results for DISCID.
	* morituri/image/table.py:
	  Add an assert for hasTOC() when doing .cue()
	* morituri/test/test_image_toc.py:
	* morituri/test/test_image_cue.py:
	  absolutize before cue()
This commit is contained in:
Thomas Vander Stichele
2009-05-15 19:23:57 +00:00
parent e87dc1b471
commit f2ba07c729
7 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/toc.py:
Calculate the leadout from the sum of the track lengths.
* morituri/test/breeders.cue:
* morituri/test/cure.cue:
Adapt expected results for DISCID.
* morituri/image/table.py:
Add an assert for hasTOC() when doing .cue()
* morituri/test/test_image_toc.py:
* morituri/test/test_image_cue.py:
absolutize before cue()
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py: