[Zope3-checkins] CVS: Zope3/src/zope/app/container/tests - baseizopeitemcontainer.py:1.6

Albertas Agejevas alga@codeworks.lt
Wed, 16 Jul 2003 13:03:04 -0400


Update of /cvs-repository/Zope3/src/zope/app/container/tests
In directory cvs.zope.org:/tmp/cvs-serv13677/src/zope/app/container/tests

Modified Files:
	baseizopeitemcontainer.py 
Log Message:
Fixed incorrect error messages.


=== Zope3/src/zope/app/container/tests/baseizopeitemcontainer.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/container/tests/baseizopeitemcontainer.py:1.5	Sun Jun 15 12:10:43 2003
+++ Zope3/src/zope/app/container/tests/baseizopeitemcontainer.py	Wed Jul 16 13:02:59 2003
@@ -30,12 +30,12 @@
     def _sampleMapping(self):
         """Return a new instance to be tested
         """
-        raise TypeError('_new was not implemented')
+        raise TypeError('_sampleMapping was not implemented')
 
     def _sampleDict(self):
         """Return a sequence of items that should be in the container
         """
-        raise TypeError('_newItems was not implemented')
+        raise TypeError('_sampleDict was not implemented')
 
     def _absentKeys(self):
         """This should return the keys not in the container