[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - objecthubsetup.py:1.9 test_objecthub.py:1.7
Albertas Agejevas
alga@codeworks.lt
Fri, 21 Mar 2003 10:29:40 -0500
Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv2937/src/zope/app/services/tests
Modified Files:
objecthubsetup.py test_objecthub.py
Log Message:
One more zope.app.traversing renaming: locationAsUnicode() -> canonicalPath().
=== Zope3/src/zope/app/services/tests/objecthubsetup.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/services/tests/objecthubsetup.py:1.8 Wed Mar 19 13:05:04 2003
+++ Zope3/src/zope/app/services/tests/objecthubsetup.py Fri Mar 21 10:29:09 2003
@@ -21,8 +21,7 @@
from zope.component import getServiceManager, getService
from zope.app.services.servicenames import HubIds
from zope.app.services.service import ServiceConfiguration
-from zope.app.traversing import traverse
-from zope.app.traversing import locationAsUnicode as canonicalPath
+from zope.app.traversing import traverse, canonicalPath
from zope.app.services.hub import ObjectHub
from zope.app.interfaces.event import IObjectAddedEvent
=== Zope3/src/zope/app/services/tests/test_objecthub.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/services/tests/test_objecthub.py:1.6 Wed Mar 19 13:05:04 2003
+++ Zope3/src/zope/app/services/tests/test_objecthub.py Fri Mar 21 10:29:09 2003
@@ -40,8 +40,7 @@
from zope.exceptions import NotFoundError
from types import StringTypes
-from zope.app.traversing import traverse
-from zope.app.traversing import locationAsUnicode as canonicalPath
+from zope.app.traversing import traverse, canonicalPath
# while these tests don't really test much of the placeful aspect of the
# object hub, they do at least test basic functionality.