Changeset 9929 for main/waeup.kofa/trunk
- Timestamp:
- 2 Feb 2013, 15:46:59 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r9825 r9929 46 46 from waeup.kofa.university.department import Department 47 47 48 PH_LEN = 2059# Length of placeholder file48 PH_LEN = 15911 # Length of placeholder file 49 49 50 50 session_1 = datetime.now().year - 2 -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r9924 r9929 49 49 from waeup.kofa.tests.test_async import FunctionalAsyncTestCase 50 50 51 PH_LEN = 2059# Length of placeholder file51 PH_LEN = 15911 # Length of placeholder file 52 52 53 53 SAMPLE_IMAGE = os.path.join(os.path.dirname(__file__), 'test_image.jpg')
Note: See TracChangeset for help on using the changeset viewer.