source: main/waeup.kofa/trunk/src/waeup/kofa/university/tests/sample_course_data.csv @ 14681

Last change on this file since 14681 was 9002, checked in by Henrik Bettermann, 12 years ago

Add lecturer local role which has no dynamic role assignment yet.

Add test_import to CourseProcessorTests?.

File size: 464 bytes
Line 
1faculty_code,department_code,code,local_roles
2FAC1,DEP1,CRS2,"[{'user_name':'anne','local_role':'waeup.local.Lecturer'}]"
3FAC1,DEP1,CRS2,"[{'user_name':'alice','local_role':'waeup.local.Lecturer'}]"
4FAC1,DEP1,CRS2,"[{'user_name':'anne','local_role':'waeup.local.Boss'}]"
5FAC1,DEP1,CRS2,"[('anything')]"
6FAC1,DEP1,CRS2,"["
7FAC1,DEP1,CRS2,"[{'user':'anne','local':'waeup.local.Lecturer'}]"
8FAC11,DEP2,CRS2,"[{'user_name':'anne','local_role':'waeup.local.Lecturer'}]"
Note: See TracBrowser for help on using the repository browser.