[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests - test_directives.py:1.10 test_contentdirective.py:1.2 test_requirepermissions.py:1.3 test_factory.py:1.3

Jim Fulton jim@zope.com
Mon, 28 Jul 2003 18:20:36 -0400


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

Modified Files:
	test_directives.py test_contentdirective.py 
	test_requirepermissions.py test_factory.py 
Log Message:
No longer use metameta.zcml.


=== Zope3/src/zope/app/component/tests/test_directives.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/component/tests/test_directives.py:1.9	Thu Jun 26 15:35:02 2003
+++ Zope3/src/zope/app/component/tests/test_directives.py	Mon Jul 28 18:19:59 2003
@@ -55,7 +55,6 @@
 
     def setUp(self):
         PlacelessSetup.setUp(self)
-        XMLConfig('metameta.zcml', zope.configuration)()
         XMLConfig('meta.zcml', zope.app.component)()
         XMLConfig('meta.zcml', zope.app.security)()
 


=== Zope3/src/zope/app/component/tests/test_contentdirective.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/component/tests/test_contentdirective.py:1.1	Mon May 12 12:32:40 2003
+++ Zope3/src/zope/app/component/tests/test_contentdirective.py	Mon Jul 28 18:19:59 2003
@@ -48,7 +48,6 @@
     def setUp(self):
         PlacelessSetup.setUp(self)
         newSecurityManager(system_user)
-        XMLConfig('metameta.zcml', zope.configuration)()
         XMLConfig('meta.zcml', zope.app.component)()
         XMLConfig('meta.zcml', zope.app.security)()
 
@@ -136,7 +135,6 @@
     def setUp(self):
         PlacelessSetup.setUp(self)
         newSecurityManager(system_user)
-        XMLConfig('metameta.zcml', zope.configuration)()
         XMLConfig('meta.zcml', zope.app.component)()
         XMLConfig('meta.zcml', zope.app.security)()
 


=== Zope3/src/zope/app/component/tests/test_requirepermissions.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/component/tests/test_requirepermissions.py:1.2	Sat Jun  7 02:37:21 2003
+++ Zope3/src/zope/app/component/tests/test_requirepermissions.py	Mon Jul 28 18:19:59 2003
@@ -31,7 +31,6 @@
 PREFIX = module.__name__ + '.'
 
 def defineDirectives():
-    XMLConfig('metameta.zcml', zope.configuration)()
     XMLConfig('meta.zcml', zope.app.component)()
     XMLConfig('meta.zcml', zope.app.security)()
     xmlconfig(StringIO("""<zopeConfigure


=== Zope3/src/zope/app/component/tests/test_factory.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/component/tests/test_factory.py:1.2	Wed May 28 11:46:05 2003
+++ Zope3/src/zope/app/component/tests/test_factory.py	Mon Jul 28 18:19:59 2003
@@ -39,7 +39,6 @@
     def setUp(self):
         PlacelessSetup.setUp(self)
         newSecurityManager(system_user)
-        XMLConfig('metameta.zcml', zope.configuration)()
         XMLConfig('meta.zcml', zope.app.component)()
         XMLConfig('meta.zcml', zope.app.security)()