test: Add tests for isd_get_commercial_credit()
[libisds.git] / TODO
blob8a5c62ae2eaf9070e08c365577af9fd7761de29c
1 * Test Re-signISDSDocument service
2     Testing instance seems refusing any input as not-a-message
3 * Implement news from 2012-07-29
4     Add access interface log-in method as specified in 6th appendix
5 * Implement news from 2013-04-21
6     CheckDataBox can return 1007 or 2011 codes 
7     Add DataBoxCreditInfo service 
8 * Support RMD160 hash algorithm as requested by 212/2012 Coll.
9 * Parse system message XML documents describing what has happend
10 * Implement news defined from 2011-06-19 specification:
11     Convenience wrappers for publishing and ceasing government journals
12 * Implement news from 2011-10-16
13     NumOfMessages
14 * Provide a mapping from country codes to full English names (to allow
15   binding to Debian ISO 3166 catalogues)
16 * Asynchronous interface
17     Grep for (reentrant|thread) comments
18 * Multithreaded interface
19     Grep for (reentrant|thread) comments
20 * Improve isds_*message() system
21     Allow formatted message appending, preserve deep messages
22 * Make function tests
23     Cover all functions
24     Simulate server?
25 * Test X.509 authentication using hardware engine
26 * Write high level documentation
27     ISDS overview
28     Gather comments from header files
29     Write manual page(s)
30 * I18N
31     Solve UTF-8 vs. locale-encoded logging schism
32 * Find a way how to request for a box creation
33 * Test message is system generated
34 * Make high logic checks optional
35 * Validate XML trees (optional)
36 * Distinguish processing errors by different isds_error values instead of
37   generic IE_ERROR
38     Invalid input from application (IE_INVAL?)
39     Library error on processing application data
40     Library error on processing server data
41     Server error