[Zope-Checkins] CVS: Zope3/lib/python/Zope/ObjectHub/tests - testObjectHub.py:1.1.2.4
Steve Alexander
steve@cat-box.net
Sun, 24 Feb 2002 17:02:45 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ObjectHub/tests
In directory cvs.zope.org:/tmp/cvs-serv2966
Modified Files:
Tag: Zope-3x-branch
testObjectHub.py
Log Message:
added explanatory comment
=== Zope3/lib/python/Zope/ObjectHub/tests/testObjectHub.py 1.1.2.3 => 1.1.2.4 ===
testcase.assert_(interface.isImplementedBy(event))
testcase.assertEqual(event.getLocation(), location)
+
+ # Sometimes, the test won't care about the ruid. In this case,
+ # it is passed into the spec as None.
if ruid is not None:
testcase.assertEqual(event.getRuid(), ruid)