[Zope3-checkins] CVS: Zope3/lib/python/Persistence/tests - testPersistence.py:1.10
Jeremy Hylton
jeremy@zope.com
Thu, 7 Nov 2002 14:15:29 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv3895
Modified Files:
testPersistence.py
Log Message:
Repair comment.
=== Zope3/lib/python/Persistence/tests/testPersistence.py 1.9 => 1.10 ===
--- Zope3/lib/python/Persistence/tests/testPersistence.py:1.9 Thu Nov 7 14:05:28 2002
+++ Zope3/lib/python/Persistence/tests/testPersistence.py Thu Nov 7 14:15:29 2002
@@ -136,7 +136,8 @@
self.assert_(p._p_jar is None)
def testMultipleInheritance(self):
- # make sure it is possible to have
+ # make sure it is possible to inherit from two different
+ # subclasses of persistent.
class A(Persistent):
pass
class B(Persistent):