- Timestamp:
- 26 Mar 2012, 10:53:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r7927 r7984 82 82 applicantscontainer.prefix = 'app' 83 83 applicantscontainer.year = 2009 84 applicantscontainer.entry_level = 100 84 85 applicantscontainer.application_category = 'basic' 85 86 delta = timedelta(days=10) … … 246 247 self.browser.getControl(name="form.prefix").value = ['app'] 247 248 self.browser.getControl(name="form.year").value = ['2010'] 249 self.browser.getControl(name="form.entry_level").value = ['100'] 248 250 self.browser.getControl(name="form.provider").value = [ 249 251 'waeup.kofa.applicants.ApplicantsContainer'] … … 261 263 self.browser.getControl(name="form.prefix").value = ['app'] 262 264 self.browser.getControl(name="form.year").value = ['2010'] 265 self.browser.getControl(name="form.entry_level").value = ['100'] 263 266 self.browser.getControl(name="form.provider").value = [ 264 267 'waeup.kofa.applicants.ApplicantsContainer'] … … 276 279 self.browser.getControl(name="form.prefix").value = ['app'] 277 280 self.browser.getControl(name="form.year").value = ['2010'] 281 self.browser.getControl(name="form.entry_level").value = ['100'] 278 282 self.browser.getControl(name="form.provider").value = [ 279 283 'waeup.kofa.applicants.ApplicantsContainer']
Note: See TracChangeset for help on using the changeset viewer.