[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser/tests - testDirectives.py:1.4
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 15:34:36 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/Publisher/Browser/tests
Modified Files:
testDirectives.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/Publisher/Browser/tests/testDirectives.py 1.3 => 1.4 ===
defs_path = os.path.join(
os.path.split(Zope.App.Publisher.Browser.__file__)[0],
- 'browser-meta.zcml')
+ 'meta.zcml')
template = """<zopeConfigure
xmlns='http://namespaces.zope.org/zope'