[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests -
test_module.py:1.12
Fred L. Drake, Jr.
fred at zope.com
Mon Jan 12 18:25:45 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv26597
Modified Files:
test_module.py
Log Message:
add note about a limitation of the existing test
=== Zope3/src/zope/app/services/tests/test_module.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/services/tests/test_module.py:1.11 Sun Sep 21 13:30:46 2003
+++ Zope3/src/zope/app/services/tests/test_module.py Mon Jan 12 18:25:44 2004
@@ -70,6 +70,8 @@
root = conn.root()
root['Application'] = self.rootFolder
get_transaction().commit()
+ # The findModule() here is only for the
+ # RegistrationManagerContainer, not the SiteManager.
default = traverse(self.rootFolder, "++etc++site/default")
m = default.findModule(NAME)
More information about the Zope3-Checkins
mailing list