[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/tests - testIconDirective.py:1.2 testServiceProvideClass.py:1.3

Barry Warsaw barry@wooz.org
Mon, 17 Jun 2002 15:12:32 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/tests
In directory cvs.zope.org:/tmp/cvs-serv1885

Modified Files:
	testIconDirective.py testServiceProvideClass.py 
Log Message:
zmi-meta.zcml -> meta.zcml


=== Zope3/lib/python/Zope/App/ZMI/tests/testIconDirective.py 1.1 => 1.2 ===
 
 import Zope.App.ZMI as p
-defs_path = os.path.join(os.path.split(p.__file__)[0], 'zmi-meta.zcml')
+defs_path = os.path.join(os.path.split(p.__file__)[0], 'meta.zcml')
 
 template = """<zopeConfigure
    xmlns='http://namespaces.zope.org/zope'


=== Zope3/lib/python/Zope/App/ZMI/tests/testServiceProvideClass.py 1.2 => 1.3 ===
 defs_path = os.path.join(
     os.path.split(Zope.App.ZMI.__file__)[0],
-    'zmi-meta.zcml')
+    'meta.zcml')
 
 
 class MyAddableService: