Ignore:
Timestamp:
22 Jan 2018, 11:57:06 (7 years ago)
Author:
Henrik Bettermann
Message:

Change all fees according to ticket comments 8 AND 4 and only according to comment 9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/tests/test_browser.py

    r14719 r14941  
    105105        self.assertEqual(self.student.current_session, 2005)
    106106        # 63100 / 2 + 250
    107         self.assertEqual(self.student['payments'].values()[2].amount_auth, 31800.0)
    108         self.assertEqual(self.student['payments'].values()[3].amount_auth, 31800.0)
     107        self.assertEqual(self.student['payments'].values()[2].amount_auth, 37600.0)
     108        self.assertEqual(self.student['payments'].values()[3].amount_auth, 37600.0)
    109109        # The last two payments belong to the same session and level.
    110110        self.assertEqual(self.student['payments'].values()[2].p_session, 2005)
Note: See TracChangeset for help on using the changeset viewer.