- Timestamp:
- 26 May 2015, 09:50:18 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r12996 r13001 731 731 % studylevel.level_session)) 732 732 else: 733 errs.append(('level ','does not exist'))733 errs.append(('level object','does not exist')) 734 734 return errs, inv_errs, conv_dict 735 735 -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py
r12996 r13001 894 894 '1,NONSENSE,<IGNORE>,100,<IGNORE>,5,<IGNORE>,code: non-existent\r\n' 895 895 '1,COURSE1,<IGNORE>,200,2004,6,<IGNORE>,level_session: does not match 2008\r\n' 896 '1,COURSE1,<IGNORE>,300,2008,6,<IGNORE>,level : does not exist\r\n'896 '1,COURSE1,<IGNORE>,300,2008,6,<IGNORE>,level object: does not exist\r\n' 897 897 '1,COURSE1,<IGNORE>,300,2008X,6,<IGNORE>,level_session: Invalid value\r\n') 898 898 assert self.processor.entryExists( … … 947 947 '1,NONSENSE,<IGNORE>,100,<IGNORE>,5,<IGNORE>,code: non-existent\r\n' 948 948 '1,COURSE1,<IGNORE>,200,2004,6,<IGNORE>,level_session: does not match 2008\r\n' 949 '1,COURSE1,<IGNORE>,300,2008,6,<IGNORE>,level : does not exist\r\n'949 '1,COURSE1,<IGNORE>,300,2008,6,<IGNORE>,level object: does not exist\r\n' 950 950 '1,COURSE1,<IGNORE>,300,2008X,6,<IGNORE>,level_session: Invalid value\r\n') 951 951 shutil.rmtree(os.path.dirname(fin_file))
Note: See TracChangeset for help on using the changeset viewer.