[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ContentDirective/tests - testFactory.py:1.1.2.2

Steve Alexander steve@cat-box.net
Tue, 4 Jun 2002 06:40:08 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	testFactory.py 
Log Message:
bugfixes. tests now pass.


=== Zope3/lib/python/Zope/App/ContentDirective/tests/testFactory.py 1.1.2.1 => 1.1.2.2 ===
                        """)
         xmlconfig(f)
-        obj = getService(None, "Factories").createObject(
-            'Zope.App.ContentDirective.tests.ExampleClass.IExample')
+        obj = getService(None, "Factories").createObject('Example')
         obj = removeAllProxies(obj)
         self.failUnless(isinstance(obj, ExampleClass))