Ignore:
Timestamp:
6 Nov 2013, 08:59:15 (11 years ago)
Author:
Henrik Bettermann
Message:

Add personal data fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/tests/test_browser.py

    r10695 r10705  
    413413        self.assertEqual(self.browser.headers['Content-Type'],
    414414                         'application/pdf')
    415         path = os.path.join(samples_dir(), 'registration_form.pdf')
     415        path = os.path.join(samples_dir(), 'registration_slip.pdf')
    416416        open(path, 'wb').write(self.browser.contents)
    417417        print "Sample PDF registration_form.pdf written to %s" % path
Note: See TracChangeset for help on using the changeset viewer.