Changeset 7376 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 18 Dec 2011, 11:29:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r7372 r7376 79 79 # Add an applicants container 80 80 applicantscontainer = ApplicantsContainer() 81 applicantscontainer.ac_prefix = 'APP'81 #applicantscontainer.ac_prefix = 'APP' 82 82 applicantscontainer.code = u'app2009' 83 83 applicantscontainer.prefix = 'app' … … 243 243 self.browser.getControl(name="form.provider").value = [ 244 244 'waeup.sirp.applicants.ApplicantsContainer'] 245 self.browser.getControl(name="form.ac_prefix").value = ['APP']245 #self.browser.getControl(name="form.ac_prefix").value = ['APP'] 246 246 self.browser.getControl(name="form.application_category").value = ['basic'] 247 247 self.browser.getControl("Add applicants container").click() … … 255 255 self.browser.getControl(name="form.provider").value = [ 256 256 'waeup.sirp.applicants.ApplicantsContainer'] 257 self.browser.getControl(name="form.ac_prefix").value = ['APP']257 #self.browser.getControl(name="form.ac_prefix").value = ['APP'] 258 258 self.browser.getControl(name="form.application_category").value = ['basic'] 259 259 self.browser.getControl("Add applicants container").click() … … 269 269 self.browser.getControl(name="form.provider").value = [ 270 270 'waeup.sirp.applicants.ApplicantsContainer'] 271 self.browser.getControl(name="form.ac_prefix").value = ['APP']271 #self.browser.getControl(name="form.ac_prefix").value = ['APP'] 272 272 self.browser.getControl(name="form.application_category").value = ['basic'] 273 273 self.browser.getControl("Add applicants container").click()
Note: See TracChangeset for help on using the changeset viewer.