Ignore:
Timestamp:
14 May 2011, 14:19:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Adding some attributes to ApplicantsContainer?. Generate title and code of containers automatically.

File:
1 edited

Legend:

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

    r5755 r6087  
    3131from waeup.sirp.applicants import interfaces
    3232from waeup.sirp.applicants.interfaces import (
    33     APPLICATION_CATEGORIES, application_categories_vocab, GenderSource,
     33    APPLICATION_TYPES, application_types_vocab, GenderSource,
    3434    )
    3535
     
    3737
    3838    def setUp(self):
    39         self.vocab = application_categories_vocab
     39        self.vocab = application_types_vocab
    4040        return
    4141   
Note: See TracChangeset for help on using the changeset viewer.