Changeset 12430


Ignore:
Timestamp:
8 Jan 2015, 15:40:21 (10 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

Location:
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/students/tests/test_export.py

    r12084 r12430  
    5757            'next_kin_address,next_kin_name,next_kin_phone,next_kin_relation,'
    5858            'nysc_lga,nysc_location,nysc_year,officer_comment,'
    59             'perm_address,personal_updated,phone,reg_number,'
     59            'perm_address,personal_updated,phone,physical_clearance_date,reg_number,'
    6060            'religion,scd_sit_date,scd_sit_fname,scd_sit_no,'
    6161            'scd_sit_results,scd_sit_type,sex,student_id,'
     
    6565            'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'printing_craft_practice\', \'A1\')]"'
    6666            ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,'
    67             '"Studentroad 21\nLagos 123456\n",,+234-123-12345#,123,,,,,'
     67            '"Studentroad 21\nLagos 123456\n",,+234-123-12345#,,123,,,,,'
    6868            '"[(\'printing_craft_practice\', \'A1\')]",,f,A111111,0,,,created,'
    6969            '[u\'2012-11-06 13:16:41 WAT - Record created by system\'],'
  • main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/students/viewlets.py

    r10765 r12430  
    2222from kofacustom.skeleton.students.interfaces import (
    2323    ICustomStudentStudyCourse, ICustomStudentStudyLevel)
    24 from waeup.kofa.students.viewlets import (
     24from waeup.kofa.students.fileviewlets import (
    2525    FileDisplay, FileUpload, Image)
    2626from waeup.kofa.students.browser import (
Note: See TracChangeset for help on using the changeset viewer.