[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Annotation/tests - Annotations.py:1.1.2.2

Steve Alexander steve@cat-box.net
Tue, 28 May 2002 10:06:53 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Annotation/tests
In directory cvs.zope.org:/tmp/cvs-serv7818/OFS/Annotation/tests

Modified Files:
      Tag: Zope-3x-branch
	Annotations.py 
Log Message:
made attribute annotations wrap what they return in the object that
holds the annotation.


=== Zope3/lib/python/Zope/App/OFS/Annotation/tests/Annotations.py 1.1.2.1 => 1.1.2.2 ===
 
     def testGetitemException(self):
-        """test __getitem raises exception on unknown key"""
+        """test __getitem__ raises exception on unknown key"""
         self.assertRaises(KeyError, self.annotations.__getitem__,'randomkey')
 
     def testGet(self):