[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests/contact - alternate.zcml.in:1.1

Fred L. Drake, Jr. fred@zope.com
Mon, 23 Jun 2003 10:44:14 -0400


Update of /cvs-repository/Zope3/src/zope/configuration/tests/contact
In directory cvs.zope.org:/tmp/cvs-serv23423/tests/contact

Added Files:
	alternate.zcml.in 
Log Message:
When loading a file, if it does not exist but a file with the same name and
a .in suffix does, load the .in version instead of raising an error.
Added tests.


=== Added File Zope3/src/zope/configuration/tests/contact/alternate.zcml.in ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

<directives namespace="test">
  <directive
      name="test"
      handler="zope.configuration.tests.contact.testhandler.TestHandler" />
</directives>
           
<!-- test if the included zcml file keeps the package of this file -->
<include file="test_include.zcml" />

</zopeConfigure>