Changeset 14366 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests
- Timestamp:
- 5 Jan 2017, 08:31:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r14282 r14366 1685 1685 '\nmsg: Dear Linda Tree,' 1686 1686 '\nmsg: ' 1687 '\nmsg: The candidate with Id app 2014_372052 and name John Anthony Tester applied to'1688 '\nmsg: the Sample University to study Unnamed Certificate for the 2014/2015session.'1687 '\nmsg: The candidate with Id app%s_372052 and name John Anthony Tester applied to' 1688 '\nmsg: the Sample University to study Unnamed Certificate for the %s/%s session.' 1689 1689 '\nmsg: The candidate has listed you as referee. You are thus required to kindly use' 1690 1690 '\nmsg: the link below to provide your referral remarks on or before' … … 1711 1711 '\nmsg: Dear Otis Stone,' 1712 1712 '\nmsg: ' 1713 '\nmsg: The candidate with Id app 2014_<6-DIGITS> and name John Anthony Tester applied to'1714 '\nmsg: the Sample University to study Unnamed Certificate for the 2014/2015session.'1713 '\nmsg: The candidate with Id app%s_<6-DIGITS> and name John Anthony Tester applied to' 1714 '\nmsg: the Sample University to study Unnamed Certificate for the %s/%s session.' 1715 1715 '\nmsg: The candidate has listed you as referee. You are thus required to kindly use' 1716 1716 '\nmsg: the link below to provide your referral remarks on or before' … … 1724 1724 '\nmsg: Post Graduate School' 1725 1725 '\nmsg: Sample University' 1726 '\nmsg: ' % (mandate_id_0, mandate_id_1), 1726 '\nmsg: ' 1727 % (session_1, session_1, session_2, mandate_id_0, 1728 session_1, session_1, session_2, mandate_id_1,), 1727 1729 self.get_fake_smtp_output() 1728 1730 )
Note: See TracChangeset for help on using the changeset viewer.