[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/README.txt normalize formatting

Benji York benji at zope.com
Wed Dec 7 16:51:10 EST 2005


Log message for revision 40642:
  normalize formatting
  

Changed:
  U   Zope3/trunk/src/zope/testbrowser/README.txt

-=-
Modified: Zope3/trunk/src/zope/testbrowser/README.txt
===================================================================
--- Zope3/trunk/src/zope/testbrowser/README.txt	2005-12-07 21:50:09 UTC (rev 40641)
+++ Zope3/trunk/src/zope/testbrowser/README.txt	2005-12-07 21:51:09 UTC (rev 40642)
@@ -44,6 +44,7 @@
     >>> verifyObject(interfaces.IBrowser, browser)
     True
 
+
 Page Contents
 -------------
 
@@ -73,6 +74,7 @@
 output (this is a limitation of doctest).
 
 
+
 Checking for HTML
 -----------------
 
@@ -89,6 +91,7 @@
     False
 
 
+
 HTML Page Title
 ----------------
 
@@ -255,6 +258,7 @@
     ...
     LinkNotFoundError
 
+
 Other Navigation
 ----------------
 
@@ -946,6 +950,7 @@
     ...
     </html>
 
+
 Forms
 -----
 
@@ -1054,6 +1059,7 @@
     Traceback (most recent call last):
     LookupError
 
+
 Performance Testing
 -------------------
 
@@ -1068,6 +1074,7 @@
     >>> browser.lastRequestPystones < 10000 # really big number for safety
     True
 
+
 Handling Errors when using Zope 3's Publisher
 ---------------------------------------------
 
@@ -1105,6 +1112,7 @@
     publisher or can otherwise respond appropriately to an
     'X-zope-handle-errors' header in requests.
 
+
 Hand-Holding
 ------------
 
@@ -1131,6 +1139,7 @@
     ...
     AttributeError: 'Link' object has no attribute 'nonexistant'
 
+
 Fixed Bugs
 ----------
 



More information about the Zope3-Checkins mailing list