- Timestamp:
- 9 Mar 2022, 20:53:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/tests/test_browser.py
r16863 r16872 96 96 self.tpucontainer.code = u'tpu%s' % session 97 97 self.tpucontainer.prefix = u'tpu' 98 self.tpucontainer.application_category = u' tpu'98 self.tpucontainer.application_category = u'basic' 99 99 self.tpucontainer.year = session 100 100 self.tpucontainer.application_fee = 300.0 … … 192 192 193 193 def test_final_submit_tpu(self): 194 self.certificate.application_category = ' tpu'194 self.certificate.application_category = 'basic' 195 195 self.certificate.title = 'NCECert1' 196 196 notify(grok.ObjectModifiedEvent(self.certificate)) … … 236 236 certificate.code = 'CERT2' 237 237 certificate.title = 'NCECert2' 238 certificate.application_category = ' tpu'238 certificate.application_category = 'basic' 239 239 certificate.start_level = 100 240 240 certificate.end_level = 500 … … 265 265 self.assertEqual(self.tpuapplicant.state, 'submitted') 266 266 return 267
Note: See TracChangeset for help on using the changeset viewer.