Changeset 9919


Ignore:
Timestamp:
28 Jan 2013, 08:57:38 (12 years ago)
Author:
Henrik Bettermann
Message:

Extended ascii should be accepted in names.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/batchprocessing.txt

    r9739 r9919  
    6565    >>> browser.open('http://localhost/app/datacenter')
    6666
    67 Prepare a CSV file for faculties:
     67Prepare a CSV file for faculties (extended ascii values are accepted):
    6868
    6969    >>> open('faculties.csv', 'wb').write(
     
    7171    ... FAC1,Faculty 1,faculty
    7272    ... FAC2,Faculty 2,institute
    73     ... FAC3,Faculty 3,school
     73    ... FAC3,Fäcülty 3,school
    7474    ... """)
    7575
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py

    r9918 r9919  
    408408        shutil.rmtree(os.path.dirname(fin_file))
    409409
    410     def test_import_non_ascii(self):
     410    def test_import_extascii(self):
    411411        self.assertEqual(self.app['students']._curr_stud_id, 1000001)
    412412        num, num_warns, fin_file, fail_file = self.processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.