Changeset 8616 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 3 Jun 2012, 13:50:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_batching.py
r8614 r8616 332 332 'Wrong birthdate of imported applicant ' 333 333 '(1990-01-02, should be: 1990-02-01)') 334 # CERT3 does not exist and CERT2 is in wrong category.335 334 self.assertEqual(num_warns,2) 336 335 fail_contents = open(fail_file, 'rb').read() 337 336 shutil.rmtree(os.path.dirname(fail_file)) 337 # CERT2 is in wrong category ... 338 338 self.assertTrue('course1: wrong application category' in fail_contents) 339 # ... and CERT3 does not exist. 340 self.assertTrue('course1: Invalid value' in fail_contents) 339 341 return 340 342
Note: See TracChangeset for help on using the changeset viewer.