Changeset 4317 for waeup/branches


Ignore:
Timestamp:
18 Jun 2009, 13:26:13 (15 years ago)
Author:
uli
Message:

Fix tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/university/certificate.txt

    r4313 r4317  
    121121      Each :class:`Certificate` instance has an ``m_prefix``:
    122122
    123         >>> print mycertificate.m_prefix
    124         None
     123        >>> mycertificate.m_prefix
     124        u''
    125125
    126126      .. XXX: This is not a proper description
     
    131131      Each :class:`Certificate` instance has a maximum number of passes:
    132132
    133         >>> print mycertificate.max_pass
    134         None
     133        >>> mycertificate.max_pass
     134        u''
    135135
    136136      .. XXX: This is not a proper description
Note: See TracChangeset for help on using the changeset viewer.