- Timestamp:
- 19 Aug 2019, 19:32:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_batching.py
r15285 r15553 498 498 DuplicationError, self.processor.addEntry, payment2, 499 499 dict(applicant_id=self.applicant2.applicant_id, p_id='p456'), self.app) 500 # But we can add a ticket with another p_category. 501 payment2.p_category = 'app_balance' 502 self.processor.addEntry( 503 payment2, dict(applicant_id=self.applicant2.applicant_id, p_id='p456'), 504 self.app) 505 self.assertEqual(len(self.applicant2.keys()),2) 506 self.assertEqual(self.applicant2['p456'].p_id, 'p456') 500 507 501 508 def test_checkConversion(self):
Note: See TracChangeset for help on using the changeset viewer.