[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - normal.clb:1.1.2.2

Jim Fulton jim@zope.com
Thu, 21 Mar 2002 12:12:16 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv10506

Modified Files:
      Tag: Zope3-publisher-refactor-branch
	normal.clb 
Log Message:
Added doc strings for the scenarios as Steve suggested.


=== Zope3/lib/python/Zope/Publisher/normal.clb 1.1.2.1 => 1.1.2.2 ===
 
   Scenario: Normal, path = foo/bar
+     "Show normal publishing of a simple path without errors"
 
     publisher.publish(request)
 
@@ -74,6 +75,7 @@
 
 
   Scenario: Error during application call, path = foo
+      "Show what heppens when the main application code raises an error"
 
     publisher.publish(request)