Changeset 9919 for main/waeup.kofa/trunk/src
- Timestamp:
- 28 Jan 2013, 08:57:38 (12 years ago)
- 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 65 65 >>> browser.open('http://localhost/app/datacenter') 66 66 67 Prepare a CSV file for faculties :67 Prepare a CSV file for faculties (extended ascii values are accepted): 68 68 69 69 >>> open('faculties.csv', 'wb').write( … … 71 71 ... FAC1,Faculty 1,faculty 72 72 ... FAC2,Faculty 2,institute 73 ... FAC3,F aculty 3,school73 ... FAC3,Fäcülty 3,school 74 74 ... """) 75 75 -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py
r9918 r9919 408 408 shutil.rmtree(os.path.dirname(fin_file)) 409 409 410 def test_import_ non_ascii(self):410 def test_import_extascii(self): 411 411 self.assertEqual(self.app['students']._curr_stud_id, 1000001) 412 412 num, num_warns, fin_file, fail_file = self.processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.