- Timestamp:
- 7 Jun 2012, 13:02:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r8637 r8643 381 381 {'not admitted': 0, 'started': 0, 'created': 0, 382 382 'admitted': 0, 'submitted': 0, 'initialized': 1, 'paid': 0}) 383 self.assertEqual(self.applicantscontainer.statistics[1],384 {u'fac1': 0})383 #self.assertEqual(self.applicantscontainer.statistics[1], 384 # {u'fac1': 0}) 385 385 IWorkflowState(self.applicant).setState('submitted') 386 notify(grok.ObjectModifiedEvent(self.applicant)) 386 387 self.assertEqual(self.applicantscontainer.statistics[0], 387 388 {'not admitted': 0, 'started': 0, 'created': 0, 388 389 'admitted': 0, 'submitted': 1, 'initialized': 0, 'paid': 0}) 389 self.assertEqual(self.applicantscontainer.statistics[1],390 {u'fac1': 1})390 #self.assertEqual(self.applicantscontainer.statistics[1], 391 # {u'fac1': 1}) 391 392 return 392 393
Note: See TracChangeset for help on using the changeset viewer.