[Checkins] SVN: grok/branches/ulif-introspector/src/grok/admin/introspector/README.txt Update tests.

Uli Fouquet uli at gnufix.de
Tue Jul 1 10:10:50 EDT 2008


Log message for revision 87885:
  Update tests.

Changed:
  U   grok/branches/ulif-introspector/src/grok/admin/introspector/README.txt

-=-
Modified: grok/branches/ulif-introspector/src/grok/admin/introspector/README.txt
===================================================================
--- grok/branches/ulif-introspector/src/grok/admin/introspector/README.txt	2008-07-01 14:10:33 UTC (rev 87884)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/README.txt	2008-07-01 14:10:49 UTC (rev 87885)
@@ -36,6 +36,7 @@
   >>> from zope.testbrowser.testing import Browser
   >>> browser = Browser()
   >>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')
+  >>> browser.handleErrors = False
 
 All introspector related content is shown in a special skin called
 ``introspector``, so that you can enter the follwing URL to access the
@@ -43,7 +44,9 @@
 
   >>> browser.open('http://localhost/++skin++introspector/')
   >>> print browser.contents
-  The Overview
+  <!DOCTYPE html...
+  <h1>The Grok Introspector</h1>
+  ...
 
 Note the `++skin++introspector` marker in the URL.
 



More information about the Checkins mailing list