[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests -
test_committer.py:1.31
Jim Fulton
jim at zope.com
Sat Apr 17 13:16:05 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv18496/src/zope/app/fssync/tests
Modified Files:
test_committer.py
Log Message:
Removed the last vestiges of name parameters. Even though we stopped
supporting parameters in names (name;foo=bar) years ago, we still had
support in the apis. Sheesh.
=== Zope3/src/zope/app/fssync/tests/test_committer.py 1.30 => 1.31 ===
--- Zope3/src/zope/app/fssync/tests/test_committer.py:1.30 Mon Mar 15 08:10:50 2004
+++ Zope3/src/zope/app/fssync/tests/test_committer.py Sat Apr 17 13:15:33 2004
@@ -87,7 +87,7 @@
def items(self):
return self.holding.items()
- def traverse(self, name, parameters, pname, furtherPath):
+ def traverse(self, name, furtherPath):
try:
return self[name]
except KeyError:
More information about the Zope3-Checkins
mailing list