* morituri/image/table.py:

Only add DISCID if our table is a TOC (which it isn't
	  with our current .toc file parsing)
	* morituri/test/test_image_cue.py:
	* morituri/test/test_image_toc.py:
	  Fix up tests; testsuite passes again.
This commit is contained in:
Thomas Vander Stichele
2009-05-15 19:06:29 +00:00
parent 2f384d32cd
commit e87dc1b471
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py:
Only add DISCID if our table is a TOC (which it isn't
with our current .toc file parsing)
* morituri/test/test_image_cue.py:
* morituri/test/test_image_toc.py:
Fix up tests; testsuite passes again.
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/toc.py: