SVN: zope.testing/trunk/src/zope/testing/setupstack.txt fix trailing whitespace
Jim Fulton <[email protected]> Sun, 3 Apr 2011 11:55:12 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20110403155512.40F3D941C7__40734.7808861688$1301846120$gmane$org@cvs.zope.org> |
Log message for revision 121217: fix trailing whitespace Changed: U zope.testing/trunk/src/zope/testing/setupstack.txt -=- Modified: zope.testing/trunk/src/zope/testing/setupstack.txt =================================================================== --- zope.testing/trunk/src/zope/testing/setupstack.txt 2011-04-03 14:27:35 UTC (rev 121216) +++ zope.testing/trunk/src/zope/testing/setupstack.txt 2011-04-03 15:55:11 UTC (rev 121217) @@ -8,7 +8,7 @@ automating test tear down. It provides a generic setUp function that sets up a stack. Normal test setUp functions call this function to set up the stack and then use the register function to register tear-down -functions. +functions. To see how this works we'll create a faux test: