- Timestamp:
- 31 Dec 2014, 16:16:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/tests/test_browser.py
r12335 r12354 56 56 customer['documents'].addDocument(document) 57 57 contract = createObject(u'waeup.SkeletonContract') 58 contract .title = u'My first contract'59 58 customer['contracts'].addContract(contract) 60 59 self.customer = customer … … 161 160 'SkeletonContract,sample,%s,,' 162 161 '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']' 163 ',,,[],created, My first contract,K1000000\r\n'162 ',,,[],created,,K1000000\r\n' 164 163 % self.contract.contract_id) 165 164 # We can reimport the file if we change the header (user_id -> customer_id) … … 171 170 'SkeletonContract,sample,%s,,' 172 171 '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']' 173 ',,,[],created, My first contract,K1000000\r\n'172 ',,,[],created,,K1000000\r\n' 174 173 % self.contract.contract_id) 175 174 result = processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.