[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container -
adding.py:1.14.2.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Aug 15 19:25:21 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv30690/browser/container
Modified Files:
Tag: dreamcatcher-ttwschema-branch
adding.py
Log Message:
Added tests for Adding's action() method.
Add content instance tests.
This completes my work, and I am ready to merge, if dreamcatcher would not
have broken three tests... ;)
=== Zope3/src/zope/app/browser/container/adding.py 1.14.2.2 => 1.14.2.3 ===
--- Zope3/src/zope/app/browser/container/adding.py:1.14.2.2 Fri Aug 15 16:24:45 2003
+++ Zope3/src/zope/app/browser/container/adding.py Fri Aug 15 18:24:47 2003
@@ -94,7 +94,6 @@
if type_name.startswith('@@'):
type_name = type_name[2:]
- # XXX: Needs tests (SR)
if '/' in type_name:
view_name = type_name.split('/', 1)[0]
else:
More information about the Zope3-Checkins
mailing list