~aelkner/schooltool/january_fixes

« back to all changes in this revision

Viewing changes to src/schooltool/basicperson/tests/test_demographics.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:
92
92
        >>> app = ISchoolToolApplication(None)
93
93
        >>> john = BasicPerson("johansen", "John", "Johansen")
94
94
        >>> IDemographics(john)
95
 
        <schooltool.basicperson.demographics.PersonDemographicsData object at ...>
 
95
        <...basicperson.demographics.PersonDemographicsData object at ...>: {}
96
96
 
97
97
    The demographics object is being stored in the demographics object
98
98
    container and if we try to access it again we will get the same