Ignore:
Timestamp:
30 May 2018, 20:20:50 (7 years ago)
Author:
Henrik Bettermann
Message:

Column width must be customizable too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicantcopier.py

    r14952 r15036  
    117117        self.assertEqual(pdf[:8], '%PDF-1.4')
    118118        # Copy te file to samples_dir
    119         path = os.path.join(samples_dir(), 'aplication_slip.pdf')
     119        path = os.path.join(samples_dir(), 'application_slip.pdf')
    120120        open(path, 'wb').write(pdf)
    121         print "Sample PDF aplication_slip.pdf written to %s" % path
     121        print "Sample PDF application_slip.pdf written to %s" % path
    122122        # Check if there is an application slip link in UI
    123123        self.assertTrue('Application Slip' in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.