remove not working doctest part.

svn path=/plone.formwidget.captcha/trunk/; revision=28728
This commit is contained in:
Timo Stollenwerk 2009-08-12 11:13:05 +00:00
parent e7d28bd6ef
commit 42c8e520d1
1 changed files with 1 additions and 6 deletions

View File

@ -89,9 +89,4 @@ Simulates traversal:
>>> form_view = getMultiAdapter((context, request), name=u"captcha-form").__of__(context)
>>> form_view.__name__ = 'captcha-form'
Simulates partial rendering:
>>> form = form_view.form_instance
>>> form.__name__ = 'captcha-form'
>>> form.update()
>>> print form.widgets['captcha'].render() # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Todo