Changeset 6087 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 14 May 2011, 14:19:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_interfaces.py
r5755 r6087 31 31 from waeup.sirp.applicants import interfaces 32 32 from waeup.sirp.applicants.interfaces import ( 33 APPLICATION_ CATEGORIES, application_categories_vocab, GenderSource,33 APPLICATION_TYPES, application_types_vocab, GenderSource, 34 34 ) 35 35 … … 37 37 38 38 def setUp(self): 39 self.vocab = application_ categories_vocab39 self.vocab = application_types_vocab 40 40 return 41 41
Note: See TracChangeset for help on using the changeset viewer.