Ignore:
Timestamp:
18 Dec 2011, 11:29:58 (13 years ago)
Author:
Henrik Bettermann
Message:

In the base system we don't use access codes (activation codes) anymore. I'd like to leave the respective lines as comments in case we need them in customization packages.

File:
1 edited

Legend:

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

    r7372 r7376  
    7979        # Add an applicants container
    8080        applicantscontainer = ApplicantsContainer()
    81         applicantscontainer.ac_prefix = 'APP'
     81        #applicantscontainer.ac_prefix = 'APP'
    8282        applicantscontainer.code = u'app2009'
    8383        applicantscontainer.prefix = 'app'
     
    243243        self.browser.getControl(name="form.provider").value = [
    244244            'waeup.sirp.applicants.ApplicantsContainer']
    245         self.browser.getControl(name="form.ac_prefix").value = ['APP']
     245        #self.browser.getControl(name="form.ac_prefix").value = ['APP']
    246246        self.browser.getControl(name="form.application_category").value = ['basic']
    247247        self.browser.getControl("Add applicants container").click()
     
    255255        self.browser.getControl(name="form.provider").value = [
    256256            'waeup.sirp.applicants.ApplicantsContainer']
    257         self.browser.getControl(name="form.ac_prefix").value = ['APP']
     257        #self.browser.getControl(name="form.ac_prefix").value = ['APP']
    258258        self.browser.getControl(name="form.application_category").value = ['basic']
    259259        self.browser.getControl("Add applicants container").click()
     
    269269        self.browser.getControl(name="form.provider").value = [
    270270            'waeup.sirp.applicants.ApplicantsContainer']
    271         self.browser.getControl(name="form.ac_prefix").value = ['APP']
     271        #self.browser.getControl(name="form.ac_prefix").value = ['APP']
    272272        self.browser.getControl(name="form.application_category").value = ['basic']
    273273        self.browser.getControl("Add applicants container").click()
Note: See TracChangeset for help on using the changeset viewer.