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
=== modified file 'src/launchpadlib/NEWS.txt'
--- src/launchpadlib/NEWS.txt 2010-03-25 13:05:13 +0000
+++ src/launchpadlib/NEWS.txt 2010-04-06 20:03:20 +0000
@@ -2,6 +2,11 @@
2NEWS for launchpadlib2NEWS for launchpadlib
3=====================3=====================
44
51.6.0 (2010-04-07)
6==================
7
8- Fixed a test to work against the latest version of Launchpad.
9
51.5.8 (2010-03-25)101.5.8 (2010-03-25)
6==================11==================
712
813
=== modified file 'src/launchpadlib/__init__.py'
--- src/launchpadlib/__init__.py 2010-03-24 16:09:40 +0000
+++ src/launchpadlib/__init__.py 2010-04-06 20:03:20 +0000
@@ -14,4 +14,4 @@
14# You should have received a copy of the GNU Lesser General Public License14# You should have received a copy of the GNU Lesser General Public License
15# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.15# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
1616
17__version__ = '1.5.8'17__version__ = '1.6.0'
1818
=== modified file 'src/launchpadlib/docs/hosted-files.txt'
--- src/launchpadlib/docs/hosted-files.txt 2009-11-03 13:50:27 +0000
+++ src/launchpadlib/docs/hosted-files.txt 2010-04-06 20:03:20 +0000
@@ -91,7 +91,7 @@
91 send: ...91 send: ...
92 reply: 'HTTP/1.1 303 See Other...92 reply: 'HTTP/1.1 303 See Other...
93 header: Location: http://localhost:58000/.../image.png93 header: Location: http://localhost:58000/.../image.png
94 header: Vary: Cookie, Authorization, Accept94 ...
95 header: Content-Type: text/plain95 header: Content-Type: text/plain
96 226096 2260
9797

Subscribers

People subscribed via source and target branches