~jameinel/meliae/bad_test

« back to all changes in this revision

Viewing changes to meliae/tests/test__loader.py

  • Committer: John Arbash Meinel
  • Date: 2011-03-22 10:49:10 UTC
  • Revision ID: john@arbash-meinel.com-20110322104910-81h68865abcpr111
Fix one more test. Now fixed bug #739310.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        moc.add(0, 'foo', 100, children=[1234], parent_list=[3456, 7890])
254
254
        moc.add(1, 'foo', 100, children=[1234], parent_list=[3456, 7890])
255
255
        del moc[1]
256
 
        self.assertSizeOf(4+1024+8+2+3, moc, extra_size=3*4, has_gc=False)
 
256
        self.assertSizeOf(4+1024+8+2+3, moc, extra_size=_memobj_extra_size,
 
257
                          has_gc=False)
257
258
 
258
259
    def test_traverse_empty(self):
259
260
        # With nothing present, we return no referents