Home | History | Annotate | Download | only in unittests

Lines Matching refs:dup

661         dup = self.adaptor.dupTree(r0)
663 self.failUnless(dup.parent is None)
664 self.failUnlessEqual(-1, dup.childIndex)
665 dup.sanityCheckParentAndChildIndexes()