[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Traversing/tests - testAcquire.py:1.3.2.1 testObjectName.py:1.2.2.1 testPhysicalLocationAdapters.py:1.3.2.1 testPresentation.py:1.3.2.1

Jim Fulton jim@zope.com
Fri, 4 Oct 2002 13:30:46 -0400


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

Modified Files:
      Tag: ZopeDublinCore-branch
	testAcquire.py testObjectName.py 
	testPhysicalLocationAdapters.py testPresentation.py 
Log Message:
Commiting branch prior to merge

=== Zope3/lib/python/Zope/App/Traversing/tests/testAcquire.py 1.3 => 1.3.2.1 ===
--- Zope3/lib/python/Zope/App/Traversing/tests/testAcquire.py:1.3	Wed Jul 17 12:54:20 2002
+++ Zope3/lib/python/Zope/App/Traversing/tests/testAcquire.py	Fri Oct  4 13:30:15 2002
@@ -18,7 +18,7 @@
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.App.Traversing.ITraversable import ITraversable
 from Zope.App.Traversing.DefaultTraversable import DefaultTraversable
 from Zope.ComponentArchitecture.GlobalAdapterService import provideAdapter


=== Zope3/lib/python/Zope/App/Traversing/tests/testObjectName.py 1.2 => 1.2.2.1 ===
--- Zope3/lib/python/Zope/App/Traversing/tests/testObjectName.py:1.2	Wed Jul 17 12:54:20 2002
+++ Zope3/lib/python/Zope/App/Traversing/tests/testObjectName.py	Fri Oct  4 13:30:15 2002
@@ -19,7 +19,7 @@
 from unittest import TestCase, TestSuite, main, makeSuite
 from Interface import Interface
 
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.ComponentArchitecture import getService, getAdapter
 
 from Zope.Proxy.ContextWrapper import ContextWrapper


=== Zope3/lib/python/Zope/App/Traversing/tests/testPhysicalLocationAdapters.py 1.3 => 1.3.2.1 ===
--- Zope3/lib/python/Zope/App/Traversing/tests/testPhysicalLocationAdapters.py:1.3	Wed Jul 17 12:54:20 2002
+++ Zope3/lib/python/Zope/App/Traversing/tests/testPhysicalLocationAdapters.py	Fri Oct  4 13:30:15 2002
@@ -16,7 +16,7 @@
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.ComponentArchitecture.GlobalAdapterService import provideAdapter
 from Zope.ComponentArchitecture import getAdapter
 


=== Zope3/lib/python/Zope/App/Traversing/tests/testPresentation.py 1.3 => 1.3.2.1 ===
--- Zope3/lib/python/Zope/App/Traversing/tests/testPresentation.py:1.3	Wed Jul 17 12:54:20 2002
+++ Zope3/lib/python/Zope/App/Traversing/tests/testPresentation.py	Fri Oct  4 13:30:15 2002
@@ -18,7 +18,7 @@
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.ComponentArchitecture.GlobalViewService import provideView
 from Zope.ComponentArchitecture.GlobalResourceService import provideResource
 from Zope.App.Traversing.PresentationNamespaces import view, resource