Merge lp:~leonardr/lazr.restful/test-multiversion-collection into lp:lazr.restful
Proposed by
Leonard Richardson
on 2010-01-26
| Status: | Merged |
|---|---|
| Merged at revision: | not available |
| Proposed branch: | lp:~leonardr/lazr.restful/test-multiversion-collection |
| Merge into: | lp:lazr.restful |
| Diff against target: |
298 lines (+90/-43) 1 file modified
src/lazr/restful/docs/multiversion.txt (+90/-43) |
| To merge this branch: | bzr merge lp:~leonardr/lazr.restful/test-multiversion-collection |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2010-01-26 | Approve on 2010-01-26 |
|
Review via email:
|
|||
To post a comment you must log in.
| Leonard Richardson (leonardr) wrote : | # |
review:
Approve
(code)

This branch changes the multiversion.txt doctest so that there are two different implementations of the 'contact' collection; one used in the 'beta' and '1.0' versions, one used in the 'dev' version. There is no new code; the test merely illustrates something that was already possible.
I also changed the overly long names of the marker interfaces used to designate different versions of the web service. IWebServiceRequ estBeta now becomes simply IBetaVersion, and so on.