Ignore:
Timestamp:
16 May 2011, 10:25:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

File:
1 edited

Legend:

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

    r6104 r6112  
    5454
    5555        # Add an applicants container where we can login (or not)
    56         app['applicants']['testapplicants'] = ApplicantsContainer()
     56        applicantscontainer = ApplicantsContainer()
     57        applicantscontainer.ac_prefix = 'APP'
     58        app['applicants']['testapplicants'] = applicantscontainer
    5759
    5860        # Put the prepopulated site into test ZODB and prepare test
     
    135137        super(LoginTestWithPINs, self).setUp()
    136138
    137         # Create 5 access codes with prefix 'FOO' and cost 9.99 each
     139        # Create 5 access codes with prefix'FOO' and cost 9.99 each
    138140        pin_container = self.getRootFolder()['app']['accesscodes']
    139141        pin_container.createBatch(
Note: See TracChangeset for help on using the changeset viewer.