Ignore:
Timestamp:
13 Jun 2012, 05:44:31 (12 years ago)
Author:
Henrik Bettermann
Message:

Add getOwner method to payments which is needed for the webservice.

File:
1 edited

Legend:

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

    r8688 r8702  
    14731473        self.assertEqual(self.student['payments'][value].p_level, 200)
    14741474
     1475        # Student is owner of the payment ticket.
     1476        self.assertEqual(self.student['payments'][value].getOwner(), self.student)
     1477
    14751478        # We simulate the approval
    14761479        self.assertEqual(len(self.app['accesscodes']['SFE-0']),0)
Note: See TracChangeset for help on using the changeset viewer.