Ignore:
Timestamp:
11 Jun 2012, 05:24:10 (13 years ago)
Author:
Henrik Bettermann
Message:

We need to customize the attributes to be copied. Therefore it's easier to define these attributes in a list.

File:
1 edited

Legend:

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

    r8637 r8667  
    7878        # Student is in state admitted
    7979        self.assertEqual(student.state, 'admitted')
     80        # Attributes properly set?
     81        self.assertEqual(student.email, 'xx@yy.zz')
     82        self.assertEqual(student.firstname, 'John')
     83        self.assertEqual(student.lastname, 'Tester')
    8084        # Check if passport image has been copied
    8185        storage = getUtility(IExtFileStore)
Note: See TracChangeset for help on using the changeset viewer.