Changeset 5810


Ignore:
Timestamp:
7 Mar 2011, 13:13:31 (14 years ago)
Author:
uli
Message:

Use non-JAMB-specific entry name to avoid confusion.

File:
1 edited

Legend:

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

    r5809 r5810  
    157157
    158158fake_apps = {
    159     'pude10' : ApplicantsContainer(),
    160     'pude11' : ApplicantsContainer(),
     159    'cest10' : ApplicantsContainer(),
     160    'cest11' : ApplicantsContainer(),
    161161    }
    162162
    163 fake_apps['pude10']['APP-99999'] = Applicant()
     163fake_apps['cest10']['APP-99999'] = Applicant()
    164164
    165165class HelperToolsTest(unittest.TestCase):
Note: See TracChangeset for help on using the changeset viewer.