Changeset 8602
- Timestamp:
- 2 Jun 2012, 11:30:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r8591 r8602 380 380 {'not admitted': 0, 'started': 0, 'created': 0, 381 381 'admitted': 0, 'submitted': 0, 'initialized': 1, 'paid': 0}) 382 self.assertEqual(self.applicantscontainer.statistics[1], 383 {u'fac1': 0}) 384 IWorkflowState(self.applicant).setState('submitted') 385 self.assertEqual(self.applicantscontainer.statistics[0], 386 {'not admitted': 0, 'started': 0, 'created': 0, 387 'admitted': 0, 'submitted': 1, 'initialized': 0, 'paid': 0}) 382 388 self.assertEqual(self.applicantscontainer.statistics[1], 383 389 {u'fac1': 1})
Note: See TracChangeset for help on using the changeset viewer.