# -*- Mode: Python; test-case-name: morituri.test.test_image_table -*- # vi:si:et:sw=4:sts=4:ts=4 from morituri.image import table from morituri.test import common as tcommon def h(i): return "0x%08x" % i class TrackTestCase(tcommon.TestCase): def testRepr(self): track = table.Track(1) self.assertEquals(repr(track), "") track.index(1, 100) self.failUnless(repr(track.indexes[1]).startswith('