Changeset 10453 for main/waeup.kofa
- Timestamp:
- 6 Aug 2013, 05:00:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_browser.py
r10447 r10453 1 1 ## $Id$ 2 2 ## 3 ## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann3 ## Copyright (C) 2011-2013 Uli Fouquet & Henrik Bettermann 4 4 ## This program is free software; you can redistribute it and/or modify 5 5 ## it under the terms of the GNU General Public License as published by … … 338 338 'nationality,officer_comment,perm_address,personal_updated,' 339 339 'phone,reg_number,sex,student_id,suspended,suspended_comment,' 340 'trans ript_address,'340 'transcript_address,' 341 341 'password,state,history,certcode,is_postgrad,current_level,' 342 342 'current_session\r\n') 343 self.cleanup_run_job() 343 self.cleanup_run_job() 344 344 logfile = os.path.join( 345 345 self.app['datacenter'].storage, 'logs', 'datacenter.log')
Note: See TracChangeset for help on using the changeset viewer.