[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form/tests -
test_editview.py:1.16
Sidnei da Silva
sidnei at x3ng.com.br
Fri Jan 30 17:21:23 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/form/tests
In directory cvs.zope.org:/tmp/cvs-serv20134/src/zope/app/browser/form/tests
Modified Files:
test_editview.py
Log Message:
Initial port of Casey Duncan's External Editor. Needs to declare some content (like zope.app.content.file.File) IExternallyEditable to make real use of it, but it should work.
=== Zope3/src/zope/app/browser/form/tests/test_editview.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/form/tests/test_editview.py:1.15 Thu Nov 27 08:59:13 2003
+++ Zope3/src/zope/app/browser/form/tests/test_editview.py Fri Jan 30 17:20:52 2004
@@ -45,7 +45,7 @@
bar = u"c bar"
a = u"c a"
b = u"c b"
-
+
_baz = u"c baz"
def getbaz(self): return self._baz
def setbaz(self, v): self._baz = v
@@ -53,7 +53,7 @@
class IFoo(Interface):
foo = TextLine(title=u"Foo")
-
+
class IBar(Interface):
bar = TextLine(title=u"Bar")
More information about the Zope3-Checkins
mailing list