Merge lp://staging/~jkakar/txfluiddb/get-object-tags into lp://staging/txfluiddb
Proposed by
Jamu Kakar
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Tristan Seligmann | ||||
Approved revision: | 10 | ||||
Merged at revision: | 11 | ||||
Proposed branch: | lp://staging/~jkakar/txfluiddb/get-object-tags | ||||
Merge into: | lp://staging/txfluiddb | ||||
Diff against target: |
39 lines (+6/-7) 2 files modified
txfluiddb/client.py (+3/-4) txfluiddb/test/test_client.py (+3/-3) |
||||
To merge this branch: | bzr merge lp://staging/~jkakar/txfluiddb/get-object-tags | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tristan Seligmann | Approve | ||
Review via email: mp+27430@code.staging.launchpad.net |
Description of the change
This branch introduces the following changes:
- The request made when Object.getTags is invoked passes
showAbout=True in the query string, because the request is a GET,
instead of attempting to send it as POST data.
- There are 3 failing tests that are not fixed: they fail in trunk,
too.
To post a comment you must log in.
I think the test should assert that there is no content body being sent with the request at all; ie. endpoint.data is None. Perhaps the tests should be extended to assert this for any GET request? That's probably beyond the scope of this branch, though.