[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/tests - testProvideClass.py:1.1.2.4.6.2

Jim Fulton jim@zope.com
Tue, 26 Mar 2002 19:01:26 -0500


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

Modified Files:
      Tag: contextual-directives
	testProvideClass.py 
Log Message:
Debugged change to xmlconfigurator to allow dotted names to be
relative to include package.


=== Zope3/lib/python/Zope/App/ZMI/tests/testProvideClass.py 1.1.2.4.6.1 => 1.1.2.4.6.2 ===
         from Zope.App.ZMI.Addable import ContentAddables
 
-        provideClass(Zope.Configuration.name,
-                     ContentAddables, 'My.Test.Addable', MyAddableObject,
+        provideClass(ContentAddables, 'My.Test.Addable', MyAddableObject,
                      None, 'Testing')
 
         object = createObject(None,'My.Test.Addable')