~aelkner/schooltool/january_fixes

« back to all changes in this revision

Viewing changes to src/schooltool/group/tests/test_group.py

  • Committer: Gediminas Paulauskas
  • Date: 2009-12-30 17:38:37 UTC
  • mfrom: (2532.1.44 schooltool_makefile)
  • Revision ID: menesis@pov.lt-20091230173837-tbvd13wlmvvochmo
Port to Zope versions available in Karmic (LP: #498803)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    Let's make sure it acts like a proper container should act
50
50
 
51
 
        >>> from zope.app.container.tests.test_btree import TestBTreeContainer
 
51
        >>> from zope.container.tests.test_btree import TestBTreeContainer
52
52
        >>> class Test(TestBTreeContainer):
53
53
        ...    def makeTestObject(self):
54
54
        ...        return GroupContainer()