Changeset 15036 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 30 May 2018, 20:20:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicantcopier.py
r14952 r15036 117 117 self.assertEqual(pdf[:8], '%PDF-1.4') 118 118 # Copy te file to samples_dir 119 path = os.path.join(samples_dir(), 'ap lication_slip.pdf')119 path = os.path.join(samples_dir(), 'application_slip.pdf') 120 120 open(path, 'wb').write(pdf) 121 print "Sample PDF ap lication_slip.pdf written to %s" % path121 print "Sample PDF application_slip.pdf written to %s" % path 122 122 # Check if there is an application slip link in UI 123 123 self.assertTrue('Application Slip' in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.