[Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Added chapters about the testbrowser to the apidoc book

Benji York benji at zope.com
Wed Feb 1 07:55:04 EST 2006


Dmitry Vasiliev wrote:
> Log message for revision 41524:
>   Added chapters about the testbrowser to the apidoc book

> Modified: Zope3/trunk/src/zope/testbrowser/over_the_wire.txt
> ===================================================================
> --- Zope3/trunk/src/zope/testbrowser/over_the_wire.txt	2006-02-01 08:43:01 UTC (rev 41523)
> +++ Zope3/trunk/src/zope/testbrowser/over_the_wire.txt	2006-02-01 08:47:13 UTC (rev 41524)
> @@ -16,8 +16,8 @@
>  
>  The browser can `open` web pages:
>  
> -    # This is tricky, since in Germany I am forwarded to google.de usually;
> -    # The `ncr` forces to really go to google.com.
> +    >>> # This is tricky, since in Germany I am forwarded to google.de usually;
> +    >>> # The `ncr` forces to really go to google.com.
>      >>> browser.open('http://google.com/ncr')
>      >>> browser.url
>      'http://www.google.com/'

I've been meaning to remove this test and instead start an http server 
on a known port and test against it.  If you (or anyone else in the 
world) wants to beat me to it, feel free.
-- 
Benji York
Senior Software Engineer
Zope Corporation


More information about the Zope3-dev mailing list