Task #1258
Bug #1252: mimemultipart handling is buggy
flesh out unit and integration tests
Start date:
2011-01-24
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
unit tests for client-side methods are mostly written (echo testing against independent server)
Integration tests
Related issues
History
#1 Updated by Rob Nahf almost 14 years ago
- Category changed from d1_common_java to d1_libclient_java
- Status changed from New to In Progress
- Priority changed from Normal to High
- % Done changed from 0 to 90
worked out compatibility issues between new httpClient and server side requestResolver related to mulitpart handling.
Wrote new integration test class SimpleAPITest - which organizes tests differently to preserve sessionId's. It links the tests a bit, but greatly speeds up performance.
#2 Updated by Rob Nahf almost 14 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
integration tests independent of D1 services require a server-side implementation or conversely a reliance on d1_libclient_java, so will use existing D1_integration.D1ClientTest tests for now.