source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/sample_contract_data.csv @ 12205

Last change on this file since 12205 was 12131, checked in by Henrik Bettermann, 10 years ago

Adjust tests.

File size: 410 bytes
Line 
1class_name,contract_id,reg_number,title,product_object,document_object
2SampleContract,c3,1,My first contract,SAM,d101
3SampleContract,c4,2,My second contract,SAM,d101
4SampleContract,c5,3,My third contract,SAM,d101
5SampleContract,,1,My 4th contract,SAM,d101
6SampleContract,c5,2,My stolen contract,SAM,d101
7SampleContract,c6,3,My 5th contract,SAM,NONEXISTENT
8SampleContract,c7,3,My sixt contract,NONEXISTENT,d101
Note: See TracBrowser for help on using the repository browser.