Changeset 8332 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests
- Timestamp:
- 3 May 2012, 11:41:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_batching.py
r8331 r8332 331 331 self.assertEqual(container['2345'].reg_number, '6666') 332 332 shutil.rmtree(os.path.dirname(fin_file)) 333 # We have to inform the catalog that the reg_number has changed 334 notify(grok.ObjectModifiedEvent(container['2345'])) 333 335 334 # Now we import another file which clears all middlename attributes 336 # and uses the new reg_number as locator 335 # and uses the new reg_number as locator. This test also checks 336 # if the catalog has been informed about the reg_no change. 337 337 num, num_warns, fin_file, fail_file = self.processor.doImport( 338 338 self.csv_file_update2, APPLICANT_HEADER_FIELDS_UPDATE2, 'update')
Note: See TracChangeset for help on using the changeset viewer.