Ignore:
Timestamp:
2 May 2013, 05:30:25 (12 years ago)
Author:
Henrik Bettermann
Message:

At KwaraPoly? application_category and study_mode are basically identical. We need categories for full-time and part-time.

prend has been renamed to rmd. The students_catalog must be reindexed!

File:
1 edited

Legend:

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

    r10131 r10133  
    300300        self.certificate2 = createObject('waeup.Certificate')
    301301        self.certificate2.code = u'CERT2'
    302         self.certificate2.application_category = 'nd'
     302        self.certificate2.application_category = 'ndft'
    303303        self.certificate2.study_mode = 'nd_ft'
    304304        self.certificate2.start_level = 100
     
    306306        self.app['faculties']['CPGS']['dep1'].certificates.addCertificate(
    307307            self.certificate2)
    308         self.applicantscontainer.application_category = 'nd'
     308        self.applicantscontainer.application_category = 'ndft'
    309309        self.applicant.applicant_id = u'nd_anything'
    310310       
     
    346346            in self.browser.contents)
    347347
    348         # hnd fee goes to another account
     348        # hndft fee goes to another account
    349349        self.applicant.applicant_id = u'hnd_anything'
    350350        self.browser.open(self.manage_path)
Note: See TracChangeset for help on using the changeset viewer.