[Zope3-dev] [Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/tests - testPublisherServer.py:1.1.2.6

Sidnei da Silva sidnei@x3ng.com.br
Wed, 27 Mar 2002 11:15:11 -0300


+1

No dia Qua 27 Mar 2002 09:20, Tres Seaver escreveu:
| On Wed, 27 Mar 2002, Steve Alexander wrote:
| > <http://lists.zope.org/pipermail/zope-checkins/2002-March/012450.html>
| >
| > -    def redirect_method(self, RESPONSE):
| > +    def redirect_method(self, REQUEST):
| >           "Generates a redirect using the redirect() method."
| > -        RESPONSE.redirect("http://somewhere.com/redirect")
| > +        REQUEST.getResponse().redirect("http://somewhere.com/redirect")
| >
| >
| > I think we should use example.com in tests, rather than anything else,
| > as example.com is officially reserved for use in such things, and will
| > never be assigned to a company.
| >
| > http://somewhere.com resolves to Somewhere Internet Solutions' website.
|
| +1

-- 
Sidnei da Silva (dreamcatcher) <sidnei@x3ng.com.br>
X3ng Web Technology <http://www.x3ng.com.br>
GNU/Linux user 257852
Debian GNU/Linux 3.0 (Sid) 2.4.18-ben0 ppc

ASCII a stupid question, you get an EBCDIC answer.