[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration/tests - testXML.py:1.1.2.5

Jim Fulton jim@zope.com
Thu, 3 Jan 2002 17:07:29 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv23685/Configuration/tests

Modified Files:
      Tag: Zope-3x-branch
	testXML.py 
Log Message:
Changed the configuration file dotted name rules to require a 
trailing dot to repeat the last name.


=== Zope3/lib/python/Zope/Configuration/tests/testXML.py 1.1.2.4 => 1.1.2.5 ===
             template % (
             '''<directive name="protectClass" namespace="%s"
-                          handler="Zope.Configuration.tests.Directives.protectClass">
+                   handler="Zope.Configuration.tests.Directives.protectClass">
                   <subdirective name="protect" namespace="%s" />
                </directive>
                           ''' % (ns, ns),
@@ -99,7 +99,7 @@
                 StringIO(
                 template % (
             '''<directive name="protectClass" namespace="%s"
-                          handler="Zope.Configuration.tests.Directives.protectClass">
+                   handler="Zope.Configuration.tests.Directives.protectClass">
                   <subdirective name="protect" namespace="%s" />
                </directive>
                           ''' % (ns, ns),