Update of /cvsroot/webware/Webware/WebKit/Testing
In directory sc8-pr-cvs1:/tmp/cvs-serv6293/Testing
Modified Files:
Main.py
Log Message:
Removed reference to serverSideInfoForRequest (used to print the
doc string)
Index: Main.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Testing/Main.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Main.py 16 Jan 2003 07:43:15 -0000 1.9
--- Main.py 19 Mar 2003 11:54:21 -0000 1.10
***************
*** 99,109 ****
Test with multiple adapters (WebKit.cgi, OneShot.cgi, etc.)
-
- Application's serverSideInfoForRequest() method is fairly involved. It supports a variety of functionalities as described in it's doc string: <pre>%(serverSideInfoForRequestDoc)s</pre>
"""
- doc = Application.serverSideInfoForRequest.__doc__
- doc = replace(doc, '\t', ' ')
fields = {
- 'serverSideInfoForRequestDoc': doc,
}
lines = split(rawNotes, '\n')
--- 99,104 ----
|