[Zope3-checkins] CVS: Zope3/lib/python/ZODB/tests - testTimeStamp.py:1.8
Martijn Faassen
faassen@vet.uu.nl
Fri, 6 Dec 2002 14:30:51 +0100
Viktorija Zaksiene wrote:
> Update of /cvs-repository/Zope3/lib/python/ZODB/tests
> In directory cvs.zope.org:/tmp/cvs-serv30957
>
> Modified Files:
> testTimeStamp.py
> Log Message:
> Little typo fix.
>
> - self.assertEquals(t.second(), t.seconds()) # Alias
> + self.assertEquals(t.second(), t.second()) # Alias
Is this right? The new code doesn't test much. The 'Alias' comment
seems to indicate that this unit test is there to check whether
the t.second and t.seconds methods both exist and implement the same. :)
Should it change back?
Regards,
Martijn