* morituri/common/Makefile.am:

Add missing result.py
	* morituri/test/Makefile.am:
	* morituri/test/test_image_toc.py:
	* morituri/test/JoséGonzález.toc (added):
	* morituri/test/José González.toc (deleted):
	  automake doesn't handle spaces in names, so move it.
This commit is contained in:
Thomas Vander Stichele
2010-03-15 15:16:14 +00:00
parent dfb178577a
commit c6d374bd16
5 changed files with 15 additions and 3 deletions

View File

@@ -210,9 +210,9 @@ class CapitalMergeTestCase(unittest.TestCase):
class UnicodeTestCase(unittest.TestCase):
def setUp(self):
path = u'Jos\xe9Gonz\xe1lez.toc'
self._performer = u'Jos\xe9 Gonz\xe1lez'
self.toc = toc.TocFile(os.path.join(os.path.dirname(__file__),
'%s.toc' % self._performer))
self.toc = toc.TocFile(os.path.join(os.path.dirname(__file__), path))
self.toc.parse()
self.assertEquals(len(self.toc.table.tracks), 10)