Changeset 5810 for main/waeup.sirp
- Timestamp:
- 7 Mar 2011, 13:13:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_root.py
r5809 r5810 157 157 158 158 fake_apps = { 159 ' pude10' : ApplicantsContainer(),160 ' pude11' : ApplicantsContainer(),159 'cest10' : ApplicantsContainer(), 160 'cest11' : ApplicantsContainer(), 161 161 } 162 162 163 fake_apps[' pude10']['APP-99999'] = Applicant()163 fake_apps['cest10']['APP-99999'] = Applicant() 164 164 165 165 class HelperToolsTest(unittest.TestCase):
Note: See TracChangeset for help on using the changeset viewer.