Benji York wrote:
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.

+100

And also I suggest move all tests from over_the_wire.txt to README.txt.

By the way, what do you think about add FTP handling to zope.testbrowser.testing.Browser? I think it would be useful feature.

--
Dmitry Vasiliev (dima at hlabs.spb.ru)
    http://hlabs.spb.ru
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to