Ignore:
Timestamp:
29 Jun 2016, 04:51:19 (8 years ago)
Author:
Henrik Bettermann
Message:

Change letter text and split screening_date into date and time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/tests/test_browser.py

    r13997 r13999  
    7474    def test_screening_invitation_download(self):
    7575        self.login()
    76         self.applicant.screening_date = u'29th August 2016 / 8:30 am'
     76        self.applicant.screening_date = u'29th August 2016 @ 8:30 am'
    7777        self.applicant.screening_venue = u'Main Auditorium'
    7878        self.applicant.lastname = u'Cox'
Note: See TracChangeset for help on using the changeset viewer.