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

Philipp von Weitershausen philikon@gmx.net
Wed, 10 Apr 2002 08:37:05 -0400


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

Modified Files:
      Tag: Zope-3x-branch
	testApplicationControl.py 
Log Message:
Fixed typo


=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/tests/testApplicationControl.py 1.1.2.1 => 1.1.2.2 ===
     # Interface-driven tests:
 
-    def test_IVerifIVerify(self):
+    def test_IVerify(self):
         verifyObject(IApplicationControl, self._Test__new())
 
     def test_startTime(self):