[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - test_registrations.py:1.4

Jim Fulton jim at zope.com
Sat Mar 6 15:06:36 EST 2004


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

Modified Files:
	test_registrations.py 
Log Message:
Got rid of NamedRegistrations.


=== Zope3/src/zope/app/services/tests/test_registrations.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/services/tests/test_registrations.py:1.3	Sun Sep 21 13:33:22 2003
+++ Zope3/src/zope/app/services/tests/test_registrations.py	Sat Mar  6 15:06:35 2004
@@ -140,10 +140,6 @@
         # check that the dependency tracking works
         self.assertEquals(component.dependents(), ())
 
-
-# NamedRegistration is too simple to need testing at the moment
-
-
 def test_suite():
     return TestSuite((
         makeSuite(TestSimpleRegistration),




More information about the Zope3-Checkins mailing list