[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/Browser/tests - test_field_widget.py:1.1.2.2
Jim Fulton
jim@zope.com
Thu, 12 Dec 2002 13:35:41 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/Browser/tests
In directory cvs.zope.org:/tmp/cvs-serv18158
Modified Files:
Tag: AdapterAndView-branch
test_field_widget.py
Log Message:
Added another field to our fake field, as some tested code now uses
this.
=== Zope3/lib/python/Zope/App/OFS/Services/Browser/tests/test_field_widget.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/tests/test_field_widget.py:1.1.2.1 Thu Dec 12 10:19:55 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/tests/test_field_widget.py Thu Dec 12 13:35:41 2002
@@ -26,6 +26,9 @@
from Zope.App.OFS.Services.Browser.field import ComponentLocationWidget
class FakeComponentLocation:
+
+ default = None
+
def __init__(self, context, type):
self.context = context
self.type = type