Task #265
Implement resolve() method in pyd1
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
resolve() is currently stubbed but not implemented. Complete this and write appropriate unit tests.
Note this depends on #266 - expected response from resolve method.
History
#1 Updated by Dave Vieglais over 14 years ago
- Status changed from New to Closed
Need to implement test for resolve()
#2 Updated by Dave Vieglais over 14 years ago
- Status changed from Closed to 4
re-opening - testing mylyn operation
#3 Updated by Dave Vieglais over 14 years ago
Implemented, but tests need to be written. The test should do something like list objects from a CN, then for some selection of results, resolve them and test that the objects can be retrieved from the specified locations.
Note that there is an implied dependency on some sort of CN discovery process.
#4 Updated by Dave Vieglais over 14 years ago
- Status changed from 4 to Closed
Resolve is implemented. Tests need to be written (pending code review)