[Zope3-checkins] CVS: Zope3/src/zope/app/cache/tests - test_ramcache.py:1.6
Albertas Agejevas
alga@codeworks.lt
Wed, 19 Mar 2003 14:57:56 -0500
Update of /cvs-repository/Zope3/src/zope/app/cache/tests
In directory cvs.zope.org:/tmp/cvs-serv11034/src/zope/app/cache/tests
Modified Files:
test_ramcache.py
Log Message:
Renamed getPgysicalPathString() to getPath().
Got rid of getPhysicalPath() (which used to return a tuple) by replacing it
by getPath().
=== Zope3/src/zope/app/cache/tests/test_ramcache.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/cache/tests/test_ramcache.py:1.5 Wed Mar 19 12:55:35 2003
+++ Zope3/src/zope/app/cache/tests/test_ramcache.py Wed Mar 19 14:57:24 2003
@@ -35,7 +35,7 @@
def getRoot(self):
return self
- def getPhysicalPath(self):
+ def getPath(self):
return self.path
class TestRAMCache(PlacelessSetup,