- Timestamp:
- 1 Sep 2020, 17:52:36 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_utils.py
r16222 r16223 51 51 error, payment = utils.setPaymentDetails('schoolfee',self.student) 52 52 self.assertEqual(error, 53 'Registration Fee, Book Deposit, Development Fee, Municipal Fee, '53 'Registration Fee, Book Deposit, Development Fee, Fresh Students Municipal Fee, ' 54 54 'Parents Consultative Forum (PCF) Fee must be paid before Tution Fee. ' 55 55 'Make either single payments or make a \'Required Combi Payment\'.') … … 67 67 error, payment = utils.setPaymentDetails('schoolfee',self.student) 68 68 self.assertEqual(error, 69 'Book Deposit, Development Fee, Municipal Fee, Parents Consultative '69 'Book Deposit, Development Fee, Fresh Students Municipal Fee, Parents Consultative ' 70 70 'Forum (PCF) Fee must be paid before Tution Fee. ' 71 71 'Make either single payments or make a \'Required Combi Payment\'.') … … 77 77 error, payment = utils.setPaymentDetails('schoolfee',self.student) 78 78 self.assertEqual(error, 79 'Registration Fee, Book Deposit, Development Fee, Municipal Fee, '79 'Registration Fee, Book Deposit, Development Fee, Fresh Students Municipal Fee, ' 80 80 'Parents Consultative Forum (PCF) Fee must be paid before Tution Fee. ' 81 81 'Make either single payments or make a \'Required Combi Payment\'.') … … 83 83 error, payment = utils.setPaymentDetails('schoolfee',self.student) 84 84 self.assertEqual(error, 85 'Book Deposit, Development Fee, Municipal Fee, Parents Consultative '85 'Book Deposit, Development Fee, Fresh Students Municipal Fee, Parents Consultative ' 86 86 'Forum (PCF) Fee must be paid before Tution Fee. ' 87 87 'Make either single payments or make a \'Required Combi Payment\'.') … … 94 94 error, payment = utils.setPaymentDetails('schoolfee',self.student) 95 95 self.assertEqual(error, 96 'Book Deposit, Development Fee, Municipal Fee must be paid before Tution Fee. '96 'Book Deposit, Development Fee, Fresh Students Municipal Fee must be paid before Tution Fee. ' 97 97 'Make either single payments or make a \'Required Combi Payment\'.') 98 98 munic_payment = createObject('waeup.StudentOnlinePayment')
Note: See TracChangeset for help on using the changeset viewer.