[Zope3-checkins]
SVN: Zope3/branches/srichter-twisted-integration/src/zope/app/
Fixed failing ftests due to new response header.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Apr 28 13:53:16 EDT 2005
Log message for revision 30212:
Fixed failing ftests due to new response header.
Changed:
U Zope3/branches/srichter-twisted-integration/src/zope/app/ftests/doctest.txt
U Zope3/branches/srichter-twisted-integration/src/zope/app/publisher/xmlrpc/README.txt
U Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector266.txt
U Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector269.txt
-=-
Modified: Zope3/branches/srichter-twisted-integration/src/zope/app/ftests/doctest.txt
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/app/ftests/doctest.txt 2005-04-28 16:05:17 UTC (rev 30211)
+++ Zope3/branches/srichter-twisted-integration/src/zope/app/ftests/doctest.txt 2005-04-28 17:53:11 UTC (rev 30212)
@@ -44,6 +44,7 @@
HTTP/1.1 200 Ok
Content-Length: ...
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<!DOCTYPE html PUBLIC ...
@@ -64,6 +65,7 @@
Content-Length: 0
Content-Type: text/plain;charset=utf-8
Location: @@contents.html
+ X-Principal: zope.mgr
<BLANKLINE>
Note that, in this case, we got a 303 response. A 303 response is the
@@ -79,6 +81,7 @@
Content-Length: 0
Content-Type: text/plain;charset=utf-8
Location: @@contents.html
+ X-Principal: zope.mgr
<BLANKLINE>
Lets visit the page we were redirected to:
@@ -91,6 +94,7 @@
HTTP/1.1 200 Ok
Content-Length: ...
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<!DOCTYPE html PUBLIC ...
@@ -103,6 +107,7 @@
HTTP/1.1 200 Ok
Content-Length: ...
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<!DOCTYPE html PUBLIC ...
@@ -131,6 +136,7 @@
Content-Length: ...
Content-Type: text/html;charset=utf-8
Location: http://localhost/@@contents.html
+ X-Principal: zope.mgr
<BLANKLINE>
<!DOCTYPE html ...
Modified: Zope3/branches/srichter-twisted-integration/src/zope/app/publisher/xmlrpc/README.txt
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/app/publisher/xmlrpc/README.txt 2005-04-28 16:05:17 UTC (rev 30211)
+++ Zope3/branches/srichter-twisted-integration/src/zope/app/publisher/xmlrpc/README.txt 2005-04-28 17:53:11 UTC (rev 30212)
@@ -76,6 +76,7 @@
HTTP/1.0 200 Ok
Content-Length: 208
Content-Type: text/xml;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<?xml version='1.0'?>
<methodResponse>
@@ -198,6 +199,7 @@
HTTP/1.0 200 Ok
Content-Length: 208
Content-Type: text/xml;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<?xml version='1.0'?>
<methodResponse>
@@ -296,6 +298,7 @@
HTTP/1.0 200 Ok
Content-Length: 122
Content-Type: text/xml;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<?xml version='1.0'?>
<methodResponse>
@@ -362,6 +365,7 @@
HTTP/1.0 200 Ok
Content-Length: 272
Content-Type: text/xml;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<?xml version='1.0'?>
<methodResponse>
@@ -436,6 +440,7 @@
HTTP/1.0 200 Ok
Content-Length: 163
Content-Type: text/xml;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<?xml version='1.0'?>
<methodResponse>
Modified: Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector266.txt
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector266.txt 2005-04-28 16:05:17 UTC (rev 30211)
+++ Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector266.txt 2005-04-28 17:53:11 UTC (rev 30212)
@@ -103,6 +103,7 @@
HTTP/1.1 200 Ok
Content-Length: 52
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<html>
<body>
@@ -163,6 +164,7 @@
HTTP/1.1 200 Ok
Content-Length: 68
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<html>
<body>
@@ -224,6 +226,7 @@
HTTP/1.1 200 Ok
Content-Length: 66
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<html>
<body>
Modified: Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector269.txt
===================================================================
--- Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector269.txt 2005-04-28 16:05:17 UTC (rev 30211)
+++ Zope3/branches/srichter-twisted-integration/src/zope/app/zptpage/browser/collector269.txt 2005-04-28 17:53:11 UTC (rev 30212)
@@ -120,6 +120,7 @@
HTTP/1.1 200 Ok
Content-Length: 119
Content-Type: text/html;charset=utf-8
+ X-Principal: zope.mgr
<BLANKLINE>
<html>
<body>
More information about the Zope3-Checkins
mailing list