Ignore:
Timestamp:
20 Mar 2012, 14:20:04 (13 years ago)
Author:
Henrik Bettermann
Message:

All fees must be float not int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r7852 r7927  
    608608        configuration = SessionConfiguration()
    609609        configuration.academic_session = 2009
    610         configuration.acceptance_fee = 200
     610        configuration.acceptance_fee = 200.0
    611611        self.app['configuration'].addSessionConfiguration(configuration)
    612612        self.browser.open(self.edit_path)
Note: See TracChangeset for help on using the changeset viewer.