- Timestamp:
- 2 May 2013, 05:30:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/tests.py
r10131 r10133 300 300 self.certificate2 = createObject('waeup.Certificate') 301 301 self.certificate2.code = u'CERT2' 302 self.certificate2.application_category = 'nd '302 self.certificate2.application_category = 'ndft' 303 303 self.certificate2.study_mode = 'nd_ft' 304 304 self.certificate2.start_level = 100 … … 306 306 self.app['faculties']['CPGS']['dep1'].certificates.addCertificate( 307 307 self.certificate2) 308 self.applicantscontainer.application_category = 'nd '308 self.applicantscontainer.application_category = 'ndft' 309 309 self.applicant.applicant_id = u'nd_anything' 310 310 … … 346 346 in self.browser.contents) 347 347 348 # hnd fee goes to another account348 # hndft fee goes to another account 349 349 self.applicant.applicant_id = u'hnd_anything' 350 350 self.browser.open(self.manage_path)
Note: See TracChangeset for help on using the changeset viewer.