launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #26417
[Merge] ~cjwatson/launchpad:py3-header-reencoding into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:py3-header-reencoding into launchpad:master.
Commit message:
Adjust doctests for minor differences in header re-encoding
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398644
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:py3-header-reencoding into launchpad:master.
diff --git a/lib/lp/app/stories/basics/xx-opstats.txt b/lib/lp/app/stories/basics/xx-opstats.txt
index 400cb75..beb5d93 100644
--- a/lib/lp/app/stories/basics/xx-opstats.txt
+++ b/lib/lp/app/stories/basics/xx-opstats.txt
@@ -215,7 +215,7 @@ Stats can also be retrieved via HTTP in cricket-graph format:
>>> print(http("GET /+opstats HTTP/1.1\nHost: launchpad.test\n"))
HTTP/1.1 200 Ok
...
- Content-Type: text/plain; charset=US-ASCII
+ Content-Type: text/plain;...charset=US-ASCII
...
<BLANKLINE>
1XXs:0@...
@@ -268,7 +268,7 @@ We can still access the opstats page.
>>> print(http("GET /+opstats HTTP/1.1\nHost: launchpad.test\n"))
HTTP/1.1 200 Ok
...
- Content-Type: text/plain; charset=US-ASCII
+ Content-Type: text/plain;...charset=US-ASCII
...
<BLANKLINE>
1XXs:0@...
@@ -282,7 +282,7 @@ This is also true if we are provide authentication.
... """))
HTTP/1.1 200 Ok
...
- Content-Type: text/plain; charset=US-ASCII
+ Content-Type: text/plain;...charset=US-ASCII
...
<BLANKLINE>
1XXs:0@...