Ignore:
Timestamp:
8 Jul 2024, 16:05:10 (4 months ago)
Author:
Henrik Bettermann
Message:

Improve NYSCExporter.

File:
1 edited

Legend:

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

    r17834 r17835  
    178178        self.setup_student(self.student)
    179179        self.student.nysc = True
     180        self.student.nysc_processed = False
    180181        self.student.lga = u'xyz_abc'
    181182        exporter = NYSCExporter()
     
    187188            'depcode,current_level,current_session,current_verdict,'
    188189            'entry_session,faccode,depcode,certcode,'
    189             'nysc_senate_info,nysc_date_of_graduation,nysc_updated,%s\r\n'
     190            'nysc_senate_info,nysc_date_of_graduation,nysc_updated,nysc_processed,%s\r\n'
    190191            'A111111,234,123,Anna,M.,Tester,f,NG,1981-02-04#,created,xyz,abc,ug_ft,'
    191             'CERT1,NA,NA,200,2012,0,2010,NA,NA,CERT1,,,,,,,,,12.12,,,,,,\r\n' % year_range_str,
     192            'CERT1,NA,NA,200,2012,0,2010,NA,NA,CERT1,,,,0,,,,,,12.12,,,,,,\r\n' % year_range_str,
    192193            result
    193194            )
Note: See TracChangeset for help on using the changeset viewer.