Task #1037
Bug #1034: identifier in resolve response objectLocation/url not escaped
develop integration tests for the urlencoded OLLs
Start date:
2010-11-07
Due date:
% Done:
100%
Estimated time:
4.00 h
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
Need to make sure that urlencoded urls work in practice. Integration tests should operate on real objects retrievable by cn/meta/{id}. Special attention paid to '?', '/' characters, and the non-ascii characters from other alphbets (those with umlauts, e.g.)
History
#1 Updated by Rob Nahf about 14 years ago
created useful test cases in the D1_integration package. Problems in mn.create (can't create guids with escaped sequences) currently block this one (#1076)
#2 Updated by Rob Nahf about 14 years ago
- translation missing: en.field_remaining_hours set to 2.0
#3 Updated by Rob Nahf about 14 years ago
- translation missing: en.field_remaining_hours changed from 2.0 to 0.5
Remaining work: run the tests after blocking tasks are done.
#4 Updated by Rob Nahf almost 14 years ago
- Target version changed from Sprint-2011.01 to Sprint-2011.02
#5 Updated by Rob Nahf almost 14 years ago
- % Done changed from 80 to 100
can't seem to set this task to closed
#6 Updated by Rob Nahf almost 14 years ago
- translation missing: en.field_remaining_hours deleted (
0.5)
#7 Updated by Rob Nahf almost 14 years ago
- Status changed from In Progress to Closed
encoding tests against ascii characters pass for knb (D1ClientTest) and cn (D1ClientCNodeTest).
Tests for higher unicode characters is deferred.