[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture/tests - testDirectives.py:1.3 testServiceDirective.py:1.3
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 15:34:16 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture/tests
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/ComponentArchitecture/tests
Modified Files:
testDirectives.py testServiceDirective.py
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.
=== Zope3/lib/python/Zope/App/ComponentArchitecture/tests/testDirectives.py 1.2 => 1.3 ===
defs_path = os.path.join(
os.path.split(Zope.App.ComponentArchitecture.__file__)[0],
- 'component-meta.zcml')
+ 'meta.zcml')
template = """<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
=== Zope3/lib/python/Zope/App/ComponentArchitecture/tests/testServiceDirective.py 1.2 => 1.3 ===
defs_path = os.path.join(
os.path.split(Zope.App.ComponentArchitecture.__file__)[0],
- 'component-meta.zcml')
+ 'meta.zcml')
template = """<zopeConfigure
xmlns='http://namespaces.zope.org/zope'