Merge lp:~leonardr/launchpadlib/test-fix into lp:launchpadlib

Proposed by Leonard Richardson
Status: Merged
Approved by: Aaron Bentley
Approved revision: 88
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpadlib/test-fix
Merge into: lp:launchpadlib
Diff against target: 37 lines (+7/-2)
3 files modified
src/launchpadlib/NEWS.txt (+5/-0)
src/launchpadlib/__init__.py (+1/-1)
src/launchpadlib/docs/hosted-files.txt (+1/-1)
To merge this branch: bzr merge lp:~leonardr/launchpadlib/test-fix
Reviewer Review Type Date Requested Status
Aaron Bentley (community) Approve
Review via email: mp+22905@code.launchpad.net

Description of the change

This branch removes some extraneous information from a test that causes the test to fail when Launchpad is running my branch https://code.edge.launchpad.net/~leonardr/launchpad/no-cookie-vary-header.

I also bumped up the version number to 1.6.0. I figure we might as well do a new minor release now that launchpadlib's default web service version is 1.0.

To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/launchpadlib/NEWS.txt'
2--- src/launchpadlib/NEWS.txt 2010-03-25 13:05:13 +0000
3+++ src/launchpadlib/NEWS.txt 2010-04-06 20:03:20 +0000
4@@ -2,6 +2,11 @@
5 NEWS for launchpadlib
6 =====================
7
8+1.6.0 (2010-04-07)
9+==================
10+
11+- Fixed a test to work against the latest version of Launchpad.
12+
13 1.5.8 (2010-03-25)
14 ==================
15
16
17=== modified file 'src/launchpadlib/__init__.py'
18--- src/launchpadlib/__init__.py 2010-03-24 16:09:40 +0000
19+++ src/launchpadlib/__init__.py 2010-04-06 20:03:20 +0000
20@@ -14,4 +14,4 @@
21 # You should have received a copy of the GNU Lesser General Public License
22 # along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
23
24-__version__ = '1.5.8'
25+__version__ = '1.6.0'
26
27=== modified file 'src/launchpadlib/docs/hosted-files.txt'
28--- src/launchpadlib/docs/hosted-files.txt 2009-11-03 13:50:27 +0000
29+++ src/launchpadlib/docs/hosted-files.txt 2010-04-06 20:03:20 +0000
30@@ -91,7 +91,7 @@
31 send: ...
32 reply: 'HTTP/1.1 303 See Other...
33 header: Location: http://localhost:58000/.../image.png
34- header: Vary: Cookie, Authorization, Accept
35+ ...
36 header: Content-Type: text/plain
37 2260
38

Subscribers

People subscribed via source and target branches