Ignore:
Timestamp:
8 Feb 2018, 06:52:37 (7 years ago)
Author:
Henrik Bettermann
Message:

Add CreateStudents permission and StudentsCreator role.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_helpers.py

    r14939 r14948  
    533533            'some text that \n'
    534534            '\n'      # this empty line will break
    535             'is not a csv file \n' + chr(0x92) + '\n'
     535            'is not a csv file\n' + chr(0x92) + '\n'
    536536            ).splitlines()
    537537        self.assertEqual(helpers.check_csv_charset(csv), 2)
Note: See TracChangeset for help on using the changeset viewer.