Changeset 8580


Ignore:
Timestamp:
31 May 2012, 19:12:26 (12 years ago)
Author:
Henrik Bettermann
Message:

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py

    r8579 r8580  
    240240        return applicant
    241241
    242     def test_export_all(self):
     242    def test_export_reimport_all(self):
    243243        # we can export all applicants in a portal
    244244        # set values we can expect in export file
     
    268268            '123456,"Saturday, 16th June 2012 2:00:00 PM",98,Exam Room,f,'
    269269            'initialized,,dp2011' in result)
     270        # We can import the same file with if we ignore some columns.
     271        # Since the applicants_catalog hasn't been notified, the same
     272        # record with same reg_number can be imported twice.
    270273        processor = CustomApplicantProcessor()
    271274        result = processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.