source:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/sample_contract_data.csv
@
12256
Last change on this file since 12256 was 12256, checked in by , 10 years ago | |
---|---|
File size: 410 bytes |
Line | |
---|---|
1 | class_name,contract_id,reg_number,title,product_object,document_object |
2 | SampleContract,c3,1,My first contract,SAM,DOC1 |
3 | SampleContract,c4,2,My second contract,SAM,DOC1 |
4 | SampleContract,c5,3,My third contract,SAM,DOC1 |
5 | SampleContract,,1,My 4th contract,SAM,DOC1 |
6 | SampleContract,c5,2,My stolen contract,SAM,DOC1 |
7 | SampleContract,c6,3,My 5th contract,SAM,NONEXISTENT |
8 | SampleContract,c7,3,My sixt contract,NONEXISTENT,DOC1 |
Note: See TracBrowser for help on using the repository browser.