Changeset 14282 for main/waeup.kofa/trunk
- Timestamp:
- 17 Nov 2016, 14:15:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r14052 r14282 429 429 self.assertEqual(self.applicantscontainer.statistics[0], 430 430 {'not admitted': 0, 'started': 0, 'created': 0, 431 'admitted': 0, 'submitted': 0, 'initialized': 1, 'paid': 0}) 431 'admitted': 0, 'submitted': 0, 'initialized': 1, 432 'paid': 0, 'processed': 0}) 432 433 #self.assertEqual(self.applicantscontainer.statistics[1], 433 434 # {u'fac1': 0}) … … 436 437 self.assertEqual(self.applicantscontainer.statistics[0], 437 438 {'not admitted': 0, 'started': 0, 'created': 0, 438 'admitted': 0, 'submitted': 1, 'initialized': 0, 'paid': 0}) 439 'admitted': 0, 'submitted': 1, 'initialized': 0, 'paid': 0, 440 'processed': 0}) 439 441 #self.assertEqual(self.applicantscontainer.statistics[1], 440 442 # {u'fac1': 1}) … … 516 518 self.assertEqual(self.applicantscontainer.statistics[0], 517 519 {'not admitted': 0, 'started': 0, 'created': 0, 518 'admitted': 0, 'submitted': 0, 'initialized': 1, 'paid': 0}) 520 'admitted': 0, 'submitted': 0, 'initialized': 1, 521 'paid': 0, 'processed': 0}) 519 522 # Container can be purged 520 523 IWorkflowState(self.applicant).setState('submitted')
Note: See TracChangeset for help on using the changeset viewer.