Ignore:
Timestamp:
1 Sep 2020, 17:52:36 (4 years ago)
Author:
Henrik Bettermann
Message:

Puuh, there are different municipal fees for fresh and returning students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/tests/test_utils.py

    r16222 r16223  
    5151        error, payment = utils.setPaymentDetails('schoolfee',self.student)
    5252        self.assertEqual(error,
    53             'Registration Fee, Book Deposit, Development Fee, Municipal Fee, '
     53            'Registration Fee, Book Deposit, Development Fee, Fresh Students Municipal Fee, '
    5454            'Parents Consultative Forum (PCF) Fee must be paid before Tution Fee. '
    5555            'Make either single payments or make a \'Required Combi Payment\'.')
     
    6767        error, payment = utils.setPaymentDetails('schoolfee',self.student)
    6868        self.assertEqual(error,
    69             'Book Deposit, Development Fee, Municipal Fee, Parents Consultative '
     69            'Book Deposit, Development Fee, Fresh Students Municipal Fee, Parents Consultative '
    7070            'Forum (PCF) Fee must be paid before Tution Fee. '
    7171            'Make either single payments or make a \'Required Combi Payment\'.')
     
    7777        error, payment = utils.setPaymentDetails('schoolfee',self.student)
    7878        self.assertEqual(error,
    79             'Registration Fee, Book Deposit, Development Fee, Municipal Fee, '
     79            'Registration Fee, Book Deposit, Development Fee, Fresh Students Municipal Fee, '
    8080            'Parents Consultative Forum (PCF) Fee must be paid before Tution Fee. '
    8181            'Make either single payments or make a \'Required Combi Payment\'.')
     
    8383        error, payment = utils.setPaymentDetails('schoolfee',self.student)
    8484        self.assertEqual(error,
    85             'Book Deposit, Development Fee, Municipal Fee, Parents Consultative '
     85            'Book Deposit, Development Fee, Fresh Students Municipal Fee, Parents Consultative '
    8686            'Forum (PCF) Fee must be paid before Tution Fee. '
    8787            'Make either single payments or make a \'Required Combi Payment\'.')
     
    9494        error, payment = utils.setPaymentDetails('schoolfee',self.student)
    9595        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. '
    9797            'Make either single payments or make a \'Required Combi Payment\'.')
    9898        munic_payment = createObject('waeup.StudentOnlinePayment')
Note: See TracChangeset for help on using the changeset viewer.